#AB9196

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

Shades of Viola #AB9196

Tints of Viola #AB9196

Color information

#AB9196 (or 0xAB9196) is unknown color: approx Viola. HEX triplet: AB, 91 and 96. RGB value is (171,145,150). Sum of RGB (Red+Green+Blue) = 171+145+150=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9196 is #546E69. Grayscale: #999999. Windows color (decimal): -5533290 or 9867691. OLE color: 9867691.

HSL color Cylindrical-coordinate representation of color #AB9196: hue angle of 348.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9196 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB171145150-
CMYK00.150.120.33
HSL348.46º13.4%61.96%-
HSV(B)348.46º15.2%67.06%-
XYZ32.4331.1133.15-
YUV153.34126.11140.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=36.70%
G=31.12%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114515000.150.120.33348.4613.461.96
HexAB91960FC2115cd3e
Octal25322122601714415341576
Binary1010101110010001100101100111111001000011010111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9196; }

 p { color: rgb(171,145,150); }

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

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

 a { background-color: rgb(171,145,150); }

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

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

 span { border-color: rgb(171,145,150); }

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