Html Css Color HEX #AB218B Medium Red Violet

📋 copy color: '#AB218B'

red 171 ◦ green 33 ◦ blue 139

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

Shades of Medium Red Violet #AB218B

Tints of Medium Red Violet #AB218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 49.85%
G = 9.62%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB218B (or 0xAB218B) is known color: Medium Red Violet. HEX triplet: AB, 21 and 8B. RGB value is (171,33,139). Sum of RGB (Red+Green+Blue) = 171+33+139=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB218B is #54DE74. Grayscale: #565656. Windows color (decimal): -5561973 or 9118123. OLE color: 9118123.

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

Color convert

RGB 171 33 139 -
CMYK 0 0.81 0.19 0.33
HSL 313.91º 0.68% 0.4% -
HSV(B) 313.91º 0.81% 0.67% -
XYZ 22 11.61 25.51 -
YUV 86.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 171 33 139 0 0.81 0.19 0.33 313.91 0.68 0.4
Hex AB 21 8B 0 51 13 21 13A 44 28
Octal 253 41 213 0 121 23 41 472 104 50
Binary 10101011 100001 10001011 0 1010001 10011 100001 100111010 1000100 101000

Color Harmonies of #AB218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB218B

Black with #AB218B

Text Example


Text Example

White with #AB218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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