#AB207F

Color #AB207F Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AB207F

Tints of Medium Red Violet #AB207F

Color information

#AB207F (or 0xAB207F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 20 and 7F. RGB value is (171,32,127). Sum of RGB (Red+Green+Blue) = 171+32+127=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB207F is #54DF80. Grayscale: #545454. Windows color (decimal): -5562241 or 8331435. OLE color: 8331435.

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

Color convert

RGB17132127-
CMYK00.810.260.33
HSL318.99º68.47%39.8%-
HSV(B)318.99º81.29%67.06%-
XYZ21.1411.2221.13-
YUV84.39152.05189.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 32 (12.89% from 255) = 9.70%
BLUE value IS 127 (50% from 255) = 38.48%
R=51.82%
G=9.70%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713212700.810.260.33318.9968.4739.8
HexAB207F0511A2113f4428
Octal253401770121324147710450
Binary10101011100000111111101010001110101000011001111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB207F; }

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

 H1.HeaderClassName
 {
   color: #AB207F;
 }
 .AnyTagClassName
 {
   color: #AB207F;
 }
</style>
background-color css

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

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

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

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

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

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