Html Css Color HEX #AB9297 Viola

📋 copy color: '#AB9297'

red 171 ◦ green 146 ◦ blue 151

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

Shades of Viola #AB9297

Tints of Viola #AB9297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.2%

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 36.54%
G = 31.2%
B = 32.26%

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

#AB9297 (or 0xAB9297) is known color: Viola. HEX triplet: AB, 92 and 97. RGB value is (171,146,151). Sum of RGB (Red+Green+Blue) = 171+146+151=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9297 is #546D68. Grayscale: #9A9A9A. Windows color (decimal): -5533033 or 9933483. OLE color: 9933483.

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

Color convert

RGB 171 146 151 -
CMYK 0 0.15 0.12 0.33
HSL 348º 0.13% 0.62% -
HSV(B) 348º 0.15% 0.67% -
XYZ 32.66 31.45 33.63 -
YUV 154.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 171 146 151 0 0.15 0.12 0.33 348 0.13 0.62
Hex AB 92 97 0 F C 21 15C D 3E
Octal 253 222 227 0 17 14 41 534 15 76
Binary 10101011 10010010 10010111 0 1111 1100 100001 101011100 1101 111110

Color Harmonies of #AB9297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9297

Black with #AB9297

Text Example


Text Example

White with #AB9297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9297; }

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

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

background-color css

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

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

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

border-color css

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

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

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