Html Css Color HEX #AB9195 Viola

📋 copy color: '#AB9195'

red 171 ◦ green 145 ◦ blue 149

#AB9195
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #AB9195

Tints of Viola #AB9195

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 value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB9195 (or 0xAB9195) is known color: 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

RGB 171 145 149 -
CMYK 0 0.15 0.13 0.33
HSL 350.77º 0.13% 0.62% -
HSV(B) 350.77º 0.15% 0.67% -
XYZ 32.34 31.08 32.73 -
YUV 153.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 171 145 149 0 0.15 0.13 0.33 350.77 0.13 0.62
Hex AB 91 95 0 F D 21 15F D 3E
Octal 253 221 225 0 17 15 41 537 15 76
Binary 10101011 10010001 10010101 0 1111 1101 100001 101011111 1101 111110

Color Harmonies of #AB9195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9195

Black with #AB9195

Text Example


Text Example

White with #AB9195

Text Example


Text Example

HTML Codes & Css Web 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>