Html Css Color HEX #AB1990 Medium Violet Red

📋 copy color: '#AB1990'

red 171 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #AB1990

Tints of Medium Violet Red #AB1990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 50.29%
G = 7.35%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB1990 (or 0xAB1990) is known color: Medium Violet Red. HEX triplet: AB, 19 and 90. RGB value is (171,25,144). Sum of RGB (Red+Green+Blue) = 171+25+144=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1990 is #54E66F. Grayscale: #515151. Windows color (decimal): -5564016 or 9443755. OLE color: 9443755.

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

Color convert

RGB 171 25 144 -
CMYK 0 0.85 0.16 0.33
HSL 311.1º 0.74% 0.38% -
HSV(B) 311.1º 0.85% 0.67% -
XYZ 22.18 11.37 27.41 -
YUV 82.22 162.87 191.32 -
System Red Green Blue C M Y K H S L
Decimal 171 25 144 0 0.85 0.16 0.33 311.1 0.74 0.38
Hex AB 19 90 0 55 10 21 137 4A 26
Octal 253 31 220 0 125 20 41 467 112 46
Binary 10101011 11001 10010000 0 1010101 10000 100001 100110111 1001010 100110

Color Harmonies of #AB1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1990

Black with #AB1990

Text Example


Text Example

White with #AB1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1990; }

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

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

background-color css

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

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

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

border-color css

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

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

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