#A76AAE

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

Shades of Violet Blue #A76AAE

Tints of Violet Blue #A76AAE

Color information

#A76AAE (or 0xA76AAE) is unknown color: approx Violet Blue. HEX triplet: A7, 6A and AE. RGB value is (167,106,174). Sum of RGB (Red+Green+Blue) = 167+106+174=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #A76AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76AAE is #589551. Grayscale: #838383. Windows color (decimal): -5805394 or 11430567. OLE color: 11430567.

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

Color convert

RGB167106174-
CMYK0.040.3900.32
HSL293.82º29.57%54.9%-
HSV(B)293.82º39.08%68.24%-
XYZ28.7321.5842.7-
YUV131.99151.71152.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=37.36%
G=23.71%
B=38.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671061740.040.3900.32293.8229.5754.9
HexA76AAE4270201261e37
Octal2471522564470404463667
Binary10100111110101010101110100100111010000010010011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76AAE; }

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

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

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

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

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

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

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

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