Html Css Color HEX #AB1491 Medium Violet Red

📋 copy color: '#AB1491'

red 171 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #AB1491

Tints of Medium Violet Red #AB1491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

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

R = 50.89%
G = 5.95%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB1491 (or 0xAB1491) is known color: Medium Violet Red. HEX triplet: AB, 14 and 91. RGB value is (171,20,145). Sum of RGB (Red+Green+Blue) = 171+20+145=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1491 is #54EB6E. Grayscale: #4F4F4F. Windows color (decimal): -5565295 or 9508011. OLE color: 9508011.

HSL color Cylindrical-coordinate representation of color #AB1491: hue angle of 310.33º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1491 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 145 -
CMYK 0 0.88 0.15 0.33
HSL 310.33º 0.79% 0.37% -
HSV(B) 310.33º 0.88% 0.67% -
XYZ 22.16 11.2 27.78 -
YUV 79.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 171 20 145 0 0.88 0.15 0.33 310.33 0.79 0.37
Hex AB 14 91 0 58 F 21 136 4F 25
Octal 253 24 221 0 130 17 41 466 117 45
Binary 10101011 10100 10010001 0 1011000 1111 100001 100110110 1001111 100101

Color Harmonies of #AB1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1491

Black with #AB1491

Text Example


Text Example

White with #AB1491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1491; }

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

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

background-color css

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

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

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

border-color css

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

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

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