#A76DB3

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

Shades of Violet Blue #A76DB3

Tints of Violet Blue #A76DB3

Color information

#A76DB3 (or 0xA76DB3) is unknown color: approx Violet Blue. HEX triplet: A7, 6D and B3. RGB value is (167,109,179). Sum of RGB (Red+Green+Blue) = 167+109+179=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #A76DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DB3 is #58924C. Grayscale: #868686. Windows color (decimal): -5804621 or 11759015. OLE color: 11759015.

HSL color Cylindrical-coordinate representation of color #A76DB3: hue angle of 289.71º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76DB3 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB167109179-
CMYK0.070.3900.30
HSL289.71º31.53%56.47%-
HSV(B)289.71º39.11%70.2%-
XYZ29.5422.4145.42-
YUV134.32153.22151.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=36.70%
G=23.96%
B=39.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671091790.070.3900.30289.7131.5356.47
HexA76DB372701E1222038
Octal2471552637470364424070
Binary10100111110110110110011111100111011110100100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DB3; }

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

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

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

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

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

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

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

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