#A76CAE

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

Shades of Violet Blue #A76CAE

Tints of Violet Blue #A76CAE

Color information

#A76CAE (or 0xA76CAE) is unknown color: approx Violet Blue. HEX triplet: A7, 6C and AE. RGB value is (167,108,174). Sum of RGB (Red+Green+Blue) = 167+108+174=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A76CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76CAE is #589351. Grayscale: #848484. Windows color (decimal): -5804882 or 11431079. OLE color: 11431079.

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

Color convert

RGB167108174-
CMYK0.040.3800.32
HSL293.64º28.95%55.29%-
HSV(B)293.64º37.93%68.24%-
XYZ28.942242.76-
YUV133.16151.05152.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.19%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=37.19%
G=24.05%
B=38.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671081740.040.3800.32293.6428.9555.29
HexA76CAE4260201261d37
Octal2471542564460404463567
Binary10100111110110010101110100100110010000010010011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CAE; }

 p { color: rgb(167,108,174); }

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

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

 a { background-color: rgb(167,108,174); }

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

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

 span { border-color: rgb(167,108,174); }

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