#AB9195

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

Shades of Viola #AB9195

Tints of Viola #AB9195

Color information

#AB9195 (or 0xAB9195) is unknown color: approx Viola. HEX triplet: AB, 91 and 95. RGB value is (171,145,149). Sum of RGB (Red+Green+Blue) = 171+145+149=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9195 is #546E6A. Grayscale: #999999. Windows color (decimal): -5533291 or 9802155. OLE color: 9802155.

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

Color convert

RGB171145149-
CMYK00.150.130.33
HSL350.77º13.4%61.96%-
HSV(B)350.77º15.2%67.06%-
XYZ32.3431.0832.73-
YUV153.23125.61140.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=36.77%
G=31.18%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114514900.150.130.33350.7713.461.96
HexAB91950FD2115fd3e
Octal25322122501715415371576
Binary1010101110010001100101010111111011000011010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9195; }

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

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

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

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

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

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

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

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