#AB9598

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

Shades of Viola #AB9598

Tints of Viola #AB9598

Color information

#AB9598 (or 0xAB9598) is unknown color: approx Viola. HEX triplet: AB, 95 and 98. RGB value is (171,149,152). Sum of RGB (Red+Green+Blue) = 171+149+152=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9598 is #546A67. Grayscale: #9B9B9B. Windows color (decimal): -5532264 or 9999787. OLE color: 9999787.

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

Color convert

RGB171149152-
CMYK00.130.110.33
HSL351.82º11.58%62.75%-
HSV(B)351.82º12.87%67.06%-
XYZ33.2132.4234.21-
YUV155.92125.79138.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=36.23%
G=31.57%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114915200.130.110.33351.8211.5862.75
HexAB95980DB21160c3f
Octal25322523001513415401477
Binary1010101110010101100110000110110111000011011000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9598; }

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

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

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

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

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

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

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

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