Html Css Color HEX #AB1991 Medium Violet Red

📋 copy color: '#AB1991'

red 171 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #AB1991

Tints of Medium Violet Red #AB1991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 50.15%
G = 7.33%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB1991 (or 0xAB1991) is known color: Medium Violet Red. HEX triplet: AB, 19 and 91. RGB value is (171,25,145). Sum of RGB (Red+Green+Blue) = 171+25+145=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1991 is #54E66E. Grayscale: #525252. Windows color (decimal): -5564015 or 9509291. OLE color: 9509291.

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

Color convert

RGB 171 25 145 -
CMYK 0 0.85 0.15 0.33
HSL 310.68º 0.74% 0.38% -
HSV(B) 310.68º 0.85% 0.67% -
XYZ 22.25 11.4 27.82 -
YUV 82.33 163.37 191.24 -
System Red Green Blue C M Y K H S L
Decimal 171 25 145 0 0.85 0.15 0.33 310.68 0.74 0.38
Hex AB 19 91 0 55 F 21 137 4A 26
Octal 253 31 221 0 125 17 41 467 112 46
Binary 10101011 11001 10010001 0 1010101 1111 100001 100110111 1001010 100110

Color Harmonies of #AB1991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1991

Black with #AB1991

Text Example


Text Example

White with #AB1991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1991; }

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

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

background-color css

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

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

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

border-color css

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

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

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