#A76EAF

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

Shades of Violet Blue #A76EAF

Tints of Violet Blue #A76EAF

Color information

#A76EAF (or 0xA76EAF) is unknown color: approx Violet Blue. HEX triplet: A7, 6E and AF. RGB value is (167,110,175). Sum of RGB (Red+Green+Blue) = 167+110+175=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #A76EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EAF is #589150. Grayscale: #868686. Windows color (decimal): -5804369 or 11497127. OLE color: 11497127.

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

Color convert

RGB167110175-
CMYK0.050.3700.31
HSL292.62º28.89%55.88%-
HSV(B)292.62º37.14%68.63%-
XYZ29.2522.4643.35-
YUV134.45150.88151.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=36.95%
G=24.34%
B=38.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671101750.050.3700.31292.6228.8955.88
HexA76EAF52501F1251d38
Octal2471562575450374453570
Binary1010011111011101010111110110010101111110010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EAF; }

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

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

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

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

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

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

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

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