#A76BED

Color #A76BED Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A76BED

Tints of Medium Purple #A76BED

Color information

#A76BED (or 0xA76BED) is unknown color: approx Medium Purple. HEX triplet: A7, 6B and ED. RGB value is (167,107,237). Sum of RGB (Red+Green+Blue) = 167+107+237=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #A76BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BED is #589412. Grayscale: #8B8B8B. Windows color (decimal): -5805075 or 15559591. OLE color: 15559591.

HSL color Cylindrical-coordinate representation of color #A76BED: hue angle of 267.69º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A76BED is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167107237-
CMYK0.300.5500.07
HSL267.69º78.31%67.45%-
HSV(B)267.69º54.85%92.94%-
XYZ36.4824.8582.99-
YUV139.76182.88147.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=32.68%
G=20.94%
B=46.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671072370.300.5500.07267.6978.3167.45
HexA76BED1E370710c4e43
Octal247153355366707414116103
Binary1010011111010111110110111110110111011110000110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76BED; }

 p { color: rgb(167,107,237); }

 H1.HeaderClassName
 {
   color: #A76BED;
 }
 .AnyTagClassName
 {
   color: #A76BED;
 }
</style>
background-color css

<style>
 a { background-color: #A76BED; }

 a { background-color: rgb(167,107,237); }

 div.DivClassName
 {
   background-color: #A76BED;
 }
 .BgClassName
 {
   background-color: #A76BED;
 }
</style>
border-color css

<style>
 span { border-color: #A76BED; }

 span { border-color: rgb(167,107,237); }

 td.TdClassName
 {
   border-color: #A76BED;
 }
 .TagClassName
 {
   border-color: #A76BED;
 }
</style>