#A76EAD

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

Shades of Violet Blue #A76EAD

Tints of Violet Blue #A76EAD

Color information

#A76EAD (or 0xA76EAD) is unknown color: approx Violet Blue. HEX triplet: A7, 6E and AD. RGB value is (167,110,173). Sum of RGB (Red+Green+Blue) = 167+110+173=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #A76EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EAD is #589152. Grayscale: #868686. Windows color (decimal): -5804371 or 11366055. OLE color: 11366055.

HSL color Cylindrical-coordinate representation of color #A76EAD: hue angle of 294.29º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76EAD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167110173-
CMYK0.030.3600.32
HSL294.29º27.75%55.49%-
HSV(B)294.29º36.42%67.84%-
XYZ29.0622.3842.32-
YUV134.22149.88151.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.11%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=37.11%
G=24.44%
B=38.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671101730.030.3600.32294.2927.7555.49
HexA76EAD3240201261c37
Octal2471562553440404463467
Binary1010011111011101010110111100100010000010010011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EAD; }

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

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

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

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

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

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

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

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