#A76DAF

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

Shades of Violet Blue #A76DAF

Tints of Violet Blue #A76DAF

Color information

#A76DAF (or 0xA76DAF) is unknown color: approx Violet Blue. HEX triplet: A7, 6D and AF. RGB value is (167,109,175). Sum of RGB (Red+Green+Blue) = 167+109+175=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #A76DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76DAF is #589250. Grayscale: #858585. Windows color (decimal): -5804625 or 11496871. OLE color: 11496871.

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

Color convert

RGB167109175-
CMYK0.050.3800.31
HSL292.73º29.2%55.69%-
HSV(B)292.73º37.71%68.63%-
XYZ29.1422.2543.32-
YUV133.87151.22151.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=37.03%
G=24.17%
B=38.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671091750.050.3800.31292.7329.255.69
HexA76DAF52601F1251d38
Octal2471552575460374453570
Binary1010011111011011010111110110011001111110010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DAF; }

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

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

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

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

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

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

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

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