#AB9297

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

Shades of Viola #AB9297

Tints of Viola #AB9297

Color information

#AB9297 (or 0xAB9297) is unknown color: approx Viola. HEX triplet: AB, 92 and 97. RGB value is (171,146,151). Sum of RGB (Red+Green+Blue) = 171+146+151=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9297 is #546D68. Grayscale: #9A9A9A. Windows color (decimal): -5533033 or 9933483. OLE color: 9933483.

HSL color Cylindrical-coordinate representation of color #AB9297: hue angle of 348º 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 #AB9297 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB171146151-
CMYK00.150.120.33
HSL348º12.95%62.16%-
HSV(B)348º14.62%67.06%-
XYZ32.6631.4533.63-
YUV154.04126.28140.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 146 (57.42% from 255) = 31.20%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=36.54%
G=31.20%
B=32.26%

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
Decimal17114615100.150.120.3334812.9562.16
HexAB92970FC2115cd3e
Octal25322222701714415341576
Binary1010101110010010100101110111111001000011010111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9297; }

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

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

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

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

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

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

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

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