Html Css Color HEX #AB8F96 Viola

📋 copy color: '#AB8F96'

red 171 ◦ green 143 ◦ blue 150

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

Shades of Viola #AB8F96

Tints of Viola #AB8F96

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.82%

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

R = 36.85%
G = 30.82%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB8F96 (or 0xAB8F96) is known color: Viola. HEX triplet: AB, 8F and 96. RGB value is (171,143,150). Sum of RGB (Red+Green+Blue) = 171+143+150=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F96 is #547069. Grayscale: #989898. Windows color (decimal): -5533802 or 9867179. OLE color: 9867179.

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

Color convert

RGB 171 143 150 -
CMYK 0 0.16 0.12 0.33
HSL 345º 0.14% 0.62% -
HSV(B) 345º 0.16% 0.67% -
XYZ 32.12 30.5 33.05 -
YUV 152.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 171 143 150 0 0.16 0.12 0.33 345 0.14 0.62
Hex AB 8F 96 0 10 C 21 159 E 3E
Octal 253 217 226 0 20 14 41 531 16 76
Binary 10101011 10001111 10010110 0 10000 1100 100001 101011001 1110 111110

Color Harmonies of #AB8F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F96

Black with #AB8F96

Text Example


Text Example

White with #AB8F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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