#AB8E90

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

Shades of Viola #AB8E90

Tints of Viola #AB8E90

Color information

#AB8E90 (or 0xAB8E90) is unknown color: approx Viola. HEX triplet: AB, 8E and 90. RGB value is (171,142,144). Sum of RGB (Red+Green+Blue) = 171+142+144=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E90 is #54716F. Grayscale: #969696. Windows color (decimal): -5534064 or 9473707. OLE color: 9473707.

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

Color convert

RGB171142144-
CMYK00.170.160.33
HSL355.86º14.72%61.37%-
HSV(B)355.86º16.96%67.06%-
XYZ31.530.0230.52-
YUV150.9124.11142.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=37.42%
G=31.07%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114214400.170.160.33355.8614.7261.37
HexAB8E900111021164f3d
Octal25321622002120415441775
Binary101010111000111010010000010001100001000011011001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E90; }

 p { color: rgb(171,142,144); }

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

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

 a { background-color: rgb(171,142,144); }

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

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

 span { border-color: rgb(171,142,144); }

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