#AB9A9D

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

Shades of Viola #AB9A9D

Tints of Viola #AB9A9D

Color information

#AB9A9D (or 0xAB9A9D) is unknown color: approx Viola. HEX triplet: AB, 9A and 9D. RGB value is (171,154,157). Sum of RGB (Red+Green+Blue) = 171+154+157=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A9D is #546562. Grayscale: #9F9F9F. Windows color (decimal): -5530979 or 10328747. OLE color: 10328747.

HSL color Cylindrical-coordinate representation of color #AB9A9D: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9A9D is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171154157-
CMYK00.100.080.33
HSL349.41º9.19%63.73%-
HSV(B)349.41º9.94%67.06%-
XYZ34.4434.236.69-
YUV159.42126.63136.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=35.48%
G=31.95%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115415700.100.080.33349.419.1963.73
HexAB9A9D0A82115d940
Octal253232235012104153511100
Binary10101011100110101001110101010100010000110101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A9D; }

 p { color: rgb(171,154,157); }

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

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

 a { background-color: rgb(171,154,157); }

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

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

 span { border-color: rgb(171,154,157); }

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