Html Css Color HEX #AB9196 Viola

📋 copy color: '#AB9196'

red 171 ◦ green 145 ◦ blue 150

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

Shades of Viola #AB9196

Tints of Viola #AB9196

RGB

 RED value IS 171 (67.19% from 255) = 36.7%

 GREEN value IS 145 (57.03% from 255) = 31.12%

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 36.7%
G = 31.12%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB9196 (or 0xAB9196) is known color: Viola. HEX triplet: AB, 91 and 96. RGB value is (171,145,150). Sum of RGB (Red+Green+Blue) = 171+145+150=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9196 is #546E69. Grayscale: #999999. Windows color (decimal): -5533290 or 9867691. OLE color: 9867691.

HSL color Cylindrical-coordinate representation of color #AB9196: hue angle of 348.46º 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 #AB9196 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 150 -
CMYK 0 0.15 0.12 0.33
HSL 348.46º 0.13% 0.62% -
HSV(B) 348.46º 0.15% 0.67% -
XYZ 32.43 31.11 33.15 -
YUV 153.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 171 145 150 0 0.15 0.12 0.33 348.46 0.13 0.62
Hex AB 91 96 0 F C 21 15C D 3E
Octal 253 221 226 0 17 14 41 534 15 76
Binary 10101011 10010001 10010110 0 1111 1100 100001 101011100 1101 111110

Color Harmonies of #AB9196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9196

Black with #AB9196

Text Example


Text Example

White with #AB9196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9196; }

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

 H1.HeaderClassName
 {
   color: #AB9196;
 }
 .AnyTagClassName
 {
   color: #AB9196;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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