Html Css Color HEX #AB1996 Medium Violet Red

📋 copy color: '#AB1996'

red 171 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #AB1996

Tints of Medium Violet Red #AB1996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

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

R = 49.42%
G = 7.23%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB1996 (or 0xAB1996) is known color: Medium Violet Red. HEX triplet: AB, 19 and 96. RGB value is (171,25,150). Sum of RGB (Red+Green+Blue) = 171+25+150=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1996 is #54E669. Grayscale: #525252. Windows color (decimal): -5564010 or 9836971. OLE color: 9836971.

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

Color convert

RGB 171 25 150 -
CMYK 0 0.85 0.12 0.33
HSL 308.63º 0.74% 0.38% -
HSV(B) 308.63º 0.85% 0.67% -
XYZ 22.65 11.56 29.89 -
YUV 82.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 171 25 150 0 0.85 0.12 0.33 308.63 0.74 0.38
Hex AB 19 96 0 55 C 21 135 4A 26
Octal 253 31 226 0 125 14 41 465 112 46
Binary 10101011 11001 10010110 0 1010101 1100 100001 100110101 1001010 100110

Color Harmonies of #AB1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1996

Black with #AB1996

Text Example


Text Example

White with #AB1996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1996; }

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

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

background-color css

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

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

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

border-color css

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

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

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