Html Css Color HEX #AB207E Medium Red Violet

📋 copy color: '#AB207E'

red 171 ◦ green 32 ◦ blue 126

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

Shades of Medium Red Violet #AB207E

Tints of Medium Red Violet #AB207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 51.98%
G = 9.73%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB207E (or 0xAB207E) is known color: Medium Red Violet. HEX triplet: AB, 20 and 7E. RGB value is (171,32,126). Sum of RGB (Red+Green+Blue) = 171+32+126=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB207E is #54DF81. Grayscale: #545454. Windows color (decimal): -5562242 or 8265899. OLE color: 8265899.

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

Color convert

RGB 171 32 126 -
CMYK 0 0.81 0.26 0.33
HSL 319.42º 0.68% 0.4% -
HSV(B) 319.42º 0.81% 0.67% -
XYZ 21.08 11.2 20.79 -
YUV 84.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 171 32 126 0 0.81 0.26 0.33 319.42 0.68 0.4
Hex AB 20 7E 0 51 1A 21 13F 44 28
Octal 253 40 176 0 121 32 41 477 104 50
Binary 10101011 100000 1111110 0 1010001 11010 100001 100111111 1000100 101000

Color Harmonies of #AB207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB207E

Black with #AB207E

Text Example


Text Example

White with #AB207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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