Html Css Color HEX #AB207D Medium Red Violet

📋 copy color: '#AB207D'

red 171 ◦ green 32 ◦ blue 125

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

Shades of Medium Red Violet #AB207D

Tints of Medium Red Violet #AB207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 52.13%
G = 9.76%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB207D (or 0xAB207D) is known color: Medium Red Violet. HEX triplet: AB, 20 and 7D. RGB value is (171,32,125). Sum of RGB (Red+Green+Blue) = 171+32+125=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB207D is #54DF82. Grayscale: #535353. Windows color (decimal): -5562243 or 8200363. OLE color: 8200363.

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

Color convert

RGB 171 32 125 -
CMYK 0 0.81 0.27 0.33
HSL 319.86º 0.68% 0.4% -
HSV(B) 319.86º 0.81% 0.67% -
XYZ 21.01 11.17 20.45 -
YUV 84.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 171 32 125 0 0.81 0.27 0.33 319.86 0.68 0.4
Hex AB 20 7D 0 51 1B 21 140 44 28
Octal 253 40 175 0 121 33 41 500 104 50
Binary 10101011 100000 1111101 0 1010001 11011 100001 101000000 1000100 101000

Color Harmonies of #AB207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB207D

Black with #AB207D

Text Example


Text Example

White with #AB207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB207D; }

 p { color: rgb(171,32,125); }

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

background-color css

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

 a { background-color: rgb(171,32,125); }

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

border-color css

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

 span { border-color: rgb(171,32,125); }

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