#A76EA4

Color #A76EA4 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A76EA4

Tints of Violet Blue #A76EA4

Color information

#A76EA4 (or 0xA76EA4) is unknown color: approx Violet Blue. HEX triplet: A7, 6E and A4. RGB value is (167,110,164). Sum of RGB (Red+Green+Blue) = 167+110+164=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A76EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EA4 is #58915B. Grayscale: #858585. Windows color (decimal): -5804380 or 10776231. OLE color: 10776231.

HSL color Cylindrical-coordinate representation of color #A76EA4: hue angle of 303.16º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76EA4 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB167110164-
CMYK00.340.020.35
HSL303.16º24.46%54.31%-
HSV(B)303.16º34.13%65.49%-
XYZ28.2122.0537.89-
YUV133.2145.38152.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=37.87%
G=24.94%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711016400.340.020.35303.1624.4654.31
HexA76EA402222312f1836
Octal2471562440422434573066
Binary1010011111011101010010001000101010001110010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EA4; }

 p { color: rgb(167,110,164); }

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

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

 a { background-color: rgb(167,110,164); }

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

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

 span { border-color: rgb(167,110,164); }

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