#AB9397

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

Shades of Viola #AB9397

Tints of Viola #AB9397

Color information

#AB9397 (or 0xAB9397) is unknown color: approx Viola. HEX triplet: AB, 93 and 97. RGB value is (171,147,151). Sum of RGB (Red+Green+Blue) = 171+147+151=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9397 is #546C68. Grayscale: #9A9A9A. Windows color (decimal): -5532777 or 9933739. OLE color: 9933739.

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

Color convert

RGB171147151-
CMYK00.140.120.33
HSL350º12.5%62.35%-
HSV(B)350º14.04%67.06%-
XYZ32.8131.7633.68-
YUV154.63125.95139.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=36.46%
G=31.34%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114715100.140.120.3335012.562.35
HexAB93970EC2115ec3e
Octal25322322701614415361476
Binary1010101110010011100101110111011001000011010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9397; }

 p { color: rgb(171,147,151); }

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

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

 a { background-color: rgb(171,147,151); }

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

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

 span { border-color: rgb(171,147,151); }

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