#AB989A

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

Shades of Viola #AB989A

Tints of Viola #AB989A

Color information

#AB989A (or 0xAB989A) is unknown color: approx Viola. HEX triplet: AB, 98 and 9A. RGB value is (171,152,154). Sum of RGB (Red+Green+Blue) = 171+152+154=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB989A is #546765. Grayscale: #9D9D9D. Windows color (decimal): -5531494 or 10131627. OLE color: 10131627.

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

Color convert

RGB171152154-
CMYK00.110.100.33
HSL353.68º10.16%63.33%-
HSV(B)353.68º11.11%67.06%-
XYZ33.8633.4535.24-
YUV157.91125.79137.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=35.85%
G=31.87%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115215400.110.100.33353.6810.1663.33
HexAB989A0BA21162a3f
Octal25323023201312415421277
Binary1010101110011000100110100101110101000011011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB989A; }

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

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

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

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

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

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

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

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