#AB979B

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

Shades of Viola #AB979B

Tints of Viola #AB979B

Color information

#AB979B (or 0xAB979B) is unknown color: approx Viola. HEX triplet: AB, 97 and 9B. RGB value is (171,151,155). Sum of RGB (Red+Green+Blue) = 171+151+155=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB979B is #546864. Grayscale: #9D9D9D. Windows color (decimal): -5531749 or 10196907. OLE color: 10196907.

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

Color convert

RGB171151155-
CMYK00.120.090.33
HSL348º10.64%63.14%-
HSV(B)348º11.7%67.06%-
XYZ33.7833.1635.63-
YUV157.44126.63137.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=35.85%
G=31.66%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115115500.120.090.3334810.6463.14
HexAB979B0C92115cb3f
Octal25322723301411415341377
Binary1010101110010111100110110110010011000011010111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB979B; }

 p { color: rgb(171,151,155); }

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

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

 a { background-color: rgb(171,151,155); }

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

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

 span { border-color: rgb(171,151,155); }

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