#A96DB5

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

Shades of Violet Blue #A96DB5

Tints of Violet Blue #A96DB5

Color information

#A96DB5 (or 0xA96DB5) is unknown color: approx Violet Blue. HEX triplet: A9, 6D and B5. RGB value is (169,109,181). Sum of RGB (Red+Green+Blue) = 169+109+181=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #A96DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DB5 is #56924A. Grayscale: #868686. Windows color (decimal): -5673547 or 11890089. OLE color: 11890089.

HSL color Cylindrical-coordinate representation of color #A96DB5: hue angle of 290º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96DB5 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169109181-
CMYK0.070.4000.29
HSL290º32.73%56.86%-
HSV(B)290º39.78%70.98%-
XYZ30.1722.7146.51-
YUV135.15153.88152.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=36.82%
G=23.75%
B=39.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691091810.070.4000.2929032.7356.86
HexA96DB572801D1222139
Octal2511552657500354424171
Binary10101001110110110110101111101000011101100100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DB5; }

 p { color: rgb(169,109,181); }

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

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

 a { background-color: rgb(169,109,181); }

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

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

 span { border-color: rgb(169,109,181); }

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