#AB8992

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

Shades of Viola #AB8992

Tints of Viola #AB8992

Color information

#AB8992 (or 0xAB8992) is unknown color: approx Viola. HEX triplet: AB, 89 and 92. RGB value is (171,137,146). Sum of RGB (Red+Green+Blue) = 171+137+146=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8992 is #54766D. Grayscale: #949494. Windows color (decimal): -5535342 or 9603499. OLE color: 9603499.

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

Color convert

RGB171137146-
CMYK00.200.150.33
HSL344.12º16.83%60.39%-
HSV(B)344.12º19.88%67.06%-
XYZ30.9328.6231.09-
YUV148.19126.76144.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=37.67%
G=30.18%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113714600.200.150.33344.1216.8360.39
HexAB8992014F21158113c
Octal25321122202417415302174
Binary101010111000100110010010010100111110000110101100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8992; }

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

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

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

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

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

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

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

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