Html Css Color HEX #AB1993 Medium Violet Red

📋 copy color: '#AB1993'

red 171 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #AB1993

Tints of Medium Violet Red #AB1993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 49.85%
G = 7.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB1993 (or 0xAB1993) is known color: Medium Violet Red. HEX triplet: AB, 19 and 93. RGB value is (171,25,147). Sum of RGB (Red+Green+Blue) = 171+25+147=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1993 is #54E66C. Grayscale: #525252. Windows color (decimal): -5564013 or 9640363. OLE color: 9640363.

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

Color convert

RGB 171 25 147 -
CMYK 0 0.85 0.14 0.33
HSL 309.86º 0.74% 0.38% -
HSV(B) 309.86º 0.85% 0.67% -
XYZ 22.41 11.46 28.63 -
YUV 82.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 171 25 147 0 0.85 0.14 0.33 309.86 0.74 0.38
Hex AB 19 93 0 55 E 21 136 4A 26
Octal 253 31 223 0 125 16 41 466 112 46
Binary 10101011 11001 10010011 0 1010101 1110 100001 100110110 1001010 100110

Color Harmonies of #AB1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1993

Black with #AB1993

Text Example


Text Example

White with #AB1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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