Html Css Color HEX #AB219F Medium Red Violet

📋 copy color: '#AB219F'

red 171 ◦ green 33 ◦ blue 159

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

Shades of Medium Red Violet #AB219F

Tints of Medium Red Violet #AB219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 47.11%
G = 9.09%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB219F (or 0xAB219F) is known color: Medium Red Violet. HEX triplet: AB, 21 and 9F. RGB value is (171,33,159). Sum of RGB (Red+Green+Blue) = 171+33+159=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB219F is #54DE60. Grayscale: #585858. Windows color (decimal): -5561953 or 10428843. OLE color: 10428843.

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

Color convert

RGB 171 33 159 -
CMYK 0 0.81 0.07 0.33
HSL 305.22º 0.68% 0.4% -
HSV(B) 305.22º 0.81% 0.67% -
XYZ 23.6 12.25 33.92 -
YUV 88.63 167.72 186.75 -
System Red Green Blue C M Y K H S L
Decimal 171 33 159 0 0.81 0.07 0.33 305.22 0.68 0.4
Hex AB 21 9F 0 51 7 21 131 44 28
Octal 253 41 237 0 121 7 41 461 104 50
Binary 10101011 100001 10011111 0 1010001 111 100001 100110001 1000100 101000

Color Harmonies of #AB219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB219F

Black with #AB219F

Text Example


Text Example

White with #AB219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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