#A76DAB

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

Shades of Violet Blue #A76DAB

Tints of Violet Blue #A76DAB

Color information

#A76DAB (or 0xA76DAB) is unknown color: approx Violet Blue. HEX triplet: A7, 6D and AB. RGB value is (167,109,171). Sum of RGB (Red+Green+Blue) = 167+109+171=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A76DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76DAB is #589254. Grayscale: #858585. Windows color (decimal): -5804629 or 11234727. OLE color: 11234727.

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

Color convert

RGB167109171-
CMYK0.020.3600.33
HSL296.13º26.96%54.9%-
HSV(B)296.13º36.26%67.06%-
XYZ28.7622.0941.28-
YUV133.41149.22151.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 109 (42.97% from 255) = 24.38%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=37.36%
G=24.38%
B=38.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671091710.020.3600.33296.1326.9654.9
HexA76DAB2240211281b37
Octal2471552532440414503367
Binary1010011111011011010101110100100010000110010100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DAB; }

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

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

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

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

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

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

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

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