Html Css Color HEX #AB9396 Viola

📋 copy color: '#AB9396'

red 171 ◦ green 147 ◦ blue 150

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

Shades of Viola #AB9396

Tints of Viola #AB9396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

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

R = 36.54%
G = 31.41%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB9396 (or 0xAB9396) is known color: Viola. HEX triplet: AB, 93 and 96. RGB value is (171,147,150). Sum of RGB (Red+Green+Blue) = 171+147+150=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9396 is #546C69. Grayscale: #9A9A9A. Windows color (decimal): -5532778 or 9868203. OLE color: 9868203.

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

Color convert

RGB 171 147 150 -
CMYK 0 0.14 0.12 0.33
HSL 352.5º 0.13% 0.62% -
HSV(B) 352.5º 0.14% 0.67% -
XYZ 32.73 31.73 33.25 -
YUV 154.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 171 147 150 0 0.14 0.12 0.33 352.5 0.13 0.62
Hex AB 93 96 0 E C 21 160 C 3E
Octal 253 223 226 0 16 14 41 540 14 76
Binary 10101011 10010011 10010110 0 1110 1100 100001 101100000 1100 111110

Color Harmonies of #AB9396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9396

Black with #AB9396

Text Example


Text Example

White with #AB9396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9396; }

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

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

background-color css

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

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

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

border-color css

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

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

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