Html Css Color HEX #AB207A Medium Red Violet

📋 copy color: '#AB207A'

red 171 ◦ green 32 ◦ blue 122

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

Shades of Medium Red Violet #AB207A

Tints of Medium Red Violet #AB207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 52.62%
G = 9.85%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB207A (or 0xAB207A) is known color: Medium Red Violet. HEX triplet: AB, 20 and 7A. RGB value is (171,32,122). Sum of RGB (Red+Green+Blue) = 171+32+122=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB207A is #54DF85. Grayscale: #535353. Windows color (decimal): -5562246 or 8003755. OLE color: 8003755.

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

Color convert

RGB 171 32 122 -
CMYK 0 0.81 0.29 0.33
HSL 321.15º 0.68% 0.4% -
HSV(B) 321.15º 0.81% 0.67% -
XYZ 20.82 11.1 19.46 -
YUV 83.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 171 32 122 0 0.81 0.29 0.33 321.15 0.68 0.4
Hex AB 20 7A 0 51 1D 21 141 44 28
Octal 253 40 172 0 121 35 41 501 104 50
Binary 10101011 100000 1111010 0 1010001 11101 100001 101000001 1000100 101000

Color Harmonies of #AB207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB207A

Black with #AB207A

Text Example


Text Example

White with #AB207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB207A; }

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

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

background-color css

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

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

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

border-color css

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

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

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