#A76AB0

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

Shades of Violet Blue #A76AB0

Tints of Violet Blue #A76AB0

Color information

#A76AB0 (or 0xA76AB0) is unknown color: approx Violet Blue. HEX triplet: A7, 6A and B0. RGB value is (167,106,176). Sum of RGB (Red+Green+Blue) = 167+106+176=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #A76AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76AB0 is #58954F. Grayscale: #848484. Windows color (decimal): -5805392 or 11561639. OLE color: 11561639.

HSL color Cylindrical-coordinate representation of color #A76AB0: hue angle of 292.29º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76AB0 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167106176-
CMYK0.050.4000.31
HSL292.29º30.7%55.29%-
HSV(B)292.29º39.77%69.02%-
XYZ28.9321.6643.73-
YUV132.22152.71152.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.19%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=37.19%
G=23.61%
B=39.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671061760.050.4000.31292.2930.755.29
HexA76AB052801F1241f37
Octal2471522605500374443767
Binary1010011111010101011000010110100001111110010010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76AB0; }

 p { color: rgb(167,106,176); }

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

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

 a { background-color: rgb(167,106,176); }

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

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

 span { border-color: rgb(167,106,176); }

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