#A96FAB

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

Shades of Violet Blue #A96FAB

Tints of Violet Blue #A96FAB

Color information

#A96FAB (or 0xA96FAB) is unknown color: approx Violet Blue. HEX triplet: A9, 6F and AB. RGB value is (169,111,171). Sum of RGB (Red+Green+Blue) = 169+111+171=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #A96FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96FAB is #569054. Grayscale: #878787. Windows color (decimal): -5673045 or 11235241. OLE color: 11235241.

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

Color convert

RGB169111171-
CMYK0.010.3500.33
HSL298º26.32%55.29%-
HSV(B)298º35.09%67.06%-
XYZ29.422.7441.37-
YUV135.18148.22152.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=37.47%
G=24.61%
B=37.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691111710.010.3500.3329826.3255.29
HexA96FAB12302112a1a37
Octal2511572531430414523267
Binary101010011101111101010111100011010000110010101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FAB; }

 p { color: rgb(169,111,171); }

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

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

 a { background-color: rgb(169,111,171); }

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

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

 span { border-color: rgb(169,111,171); }

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