#A76BAF

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

Shades of Violet Blue #A76BAF

Tints of Violet Blue #A76BAF

Color information

#A76BAF (or 0xA76BAF) is unknown color: approx Violet Blue. HEX triplet: A7, 6B and AF. RGB value is (167,107,175). Sum of RGB (Red+Green+Blue) = 167+107+175=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #A76BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76BAF is #589450. Grayscale: #848484. Windows color (decimal): -5805137 or 11496359. OLE color: 11496359.

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

Color convert

RGB167107175-
CMYK0.050.3900.31
HSL292.94º29.82%55.29%-
HSV(B)292.94º38.86%68.63%-
XYZ28.9321.8343.25-
YUV132.69151.88152.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.19%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=37.19%
G=23.83%
B=38.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671071750.050.3900.31292.9429.8255.29
HexA76BAF52701F1251e37
Octal2471532575470374453667
Binary1010011111010111010111110110011101111110010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76BAF; }

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

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

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

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

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

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

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

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