#AB8B8E

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

Shades of Viola #AB8B8E

Tints of Viola #AB8B8E

Color information

#AB8B8E (or 0xAB8B8E) is unknown color: approx Viola. HEX triplet: AB, 8B and 8E. RGB value is (171,139,142). Sum of RGB (Red+Green+Blue) = 171+139+142=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B8E is #547471. Grayscale: #949494. Windows color (decimal): -5534834 or 9341867. OLE color: 9341867.

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

Color convert

RGB171139142-
CMYK00.190.170.33
HSL354.38º16%60.78%-
HSV(B)354.38º18.71%67.06%-
XYZ30.9129.0829.57-
YUV148.91124.1143.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 142 (55.86% from 255) = 31.42%
R=37.83%
G=30.75%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113914200.190.170.33354.381660.78
HexAB8B8E0131121162103d
Octal25321321602321415422075
Binary1010101110001011100011100100111000110000110110001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B8E; }

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

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

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

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

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

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

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

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