#A76AAB

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

Shades of Violet Blue #A76AAB

Tints of Violet Blue #A76AAB

Color information

#A76AAB (or 0xA76AAB) is unknown color: approx Violet Blue. HEX triplet: A7, 6A and AB. RGB value is (167,106,171). Sum of RGB (Red+Green+Blue) = 167+106+171=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A76AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76AAB is #589554. Grayscale: #838383. Windows color (decimal): -5805397 or 11233959. OLE color: 11233959.

HSL color Cylindrical-coordinate representation of color #A76AAB: hue angle of 296.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76AAB is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167106171-
CMYK0.020.3800.33
HSL296.31º27.9%54.31%-
HSV(B)296.31º38.01%67.06%-
XYZ28.4421.4641.17-
YUV131.65150.21153.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=37.61%
G=23.87%
B=38.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671061710.020.3800.33296.3127.954.31
HexA76AAB2260211281c36
Octal2471522532460414503466
Binary1010011111010101010101110100110010000110010100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76AAB; }

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

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

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

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

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

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

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

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