Html Css Color HEX #AB219D Medium Red Violet

📋 copy color: '#AB219D'

red 171 ◦ green 33 ◦ blue 157

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

Shades of Medium Red Violet #AB219D

Tints of Medium Red Violet #AB219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.14%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 47.37%
G = 9.14%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB219D (or 0xAB219D) is known color: Medium Red Violet. HEX triplet: AB, 21 and 9D. RGB value is (171,33,157). Sum of RGB (Red+Green+Blue) = 171+33+157=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB219D is #54DE62. Grayscale: #585858. Windows color (decimal): -5561955 or 10297771. OLE color: 10297771.

HSL color Cylindrical-coordinate representation of color #AB219D: hue angle of 306.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB219D is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 157 -
CMYK 0 0.81 0.08 0.33
HSL 306.09º 0.68% 0.4% -
HSV(B) 306.09º 0.81% 0.67% -
XYZ 23.42 12.18 33.01 -
YUV 88.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 171 33 157 0 0.81 0.08 0.33 306.09 0.68 0.4
Hex AB 21 9D 0 51 8 21 132 44 28
Octal 253 41 235 0 121 10 41 462 104 50
Binary 10101011 100001 10011101 0 1010001 1000 100001 100110010 1000100 101000

Color Harmonies of #AB219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB219D

Black with #AB219D

Text Example


Text Example

White with #AB219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB219D; }

 p { color: rgb(171,33,157); }

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

background-color css

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

 a { background-color: rgb(171,33,157); }

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

border-color css

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

 span { border-color: rgb(171,33,157); }

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