#A96CB0

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

Shades of Violet Blue #A96CB0

Tints of Violet Blue #A96CB0

Color information

#A96CB0 (or 0xA96CB0) is unknown color: approx Violet Blue. HEX triplet: A9, 6C and B0. RGB value is (169,108,176). Sum of RGB (Red+Green+Blue) = 169+108+176=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 176 - color contains mainly: blue. Hex color #A96CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96CB0 is #56934F. Grayscale: #858585. Windows color (decimal): -5673808 or 11562153. OLE color: 11562153.

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

Color convert

RGB169108176-
CMYK0.040.3900.31
HSL293.82º30.09%55.69%-
HSV(B)293.82º38.64%69.02%-
XYZ29.5622.2943.82-
YUV133.99151.71152.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 176 (69.14% from 255) = 38.85%
R=37.31%
G=23.84%
B=38.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691081760.040.3900.31293.8230.0955.69
HexA96CB042701F1261e38
Octal2511542604470374463670
Binary1010100111011001011000010010011101111110010011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96CB0; }

 p { color: rgb(169,108,176); }

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

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

 a { background-color: rgb(169,108,176); }

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

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

 span { border-color: rgb(169,108,176); }

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