#A96BB0

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

Shades of Violet Blue #A96BB0

Tints of Violet Blue #A96BB0

Color information

#A96BB0 (or 0xA96BB0) is unknown color: approx Violet Blue. HEX triplet: A9, 6B and B0. RGB value is (169,107,176). Sum of RGB (Red+Green+Blue) = 169+107+176=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 176 - color contains mainly: blue. Hex color #A96BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96BB0 is #56944F. Grayscale: #858585. Windows color (decimal): -5674064 or 11561897. OLE color: 11561897.

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

Color convert

RGB169107176-
CMYK0.040.3900.31
HSL293.91º30.4%55.49%-
HSV(B)293.91º39.2%69.02%-
XYZ29.4622.0843.78-
YUV133.4152.04153.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=37.39%
G=23.67%
B=38.94%

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
Decimal1691071760.040.3900.31293.9130.455.49
HexA96BB042701F1261e37
Octal2511532604470374463667
Binary1010100111010111011000010010011101111110010011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96BB0; }

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

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

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

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

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

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

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

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