#AB20A7

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

Shades of Medium Red Violet #AB20A7

Tints of Medium Red Violet #AB20A7

Color information

#AB20A7 (or 0xAB20A7) is unknown color: approx Medium Red Violet. HEX triplet: AB, 20 and A7. RGB value is (171,32,167). Sum of RGB (Red+Green+Blue) = 171+32+167=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB20A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB20A7 is #54DF58. Grayscale: #585858. Windows color (decimal): -5562201 or 10952875. OLE color: 10952875.

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

Color convert

RGB17132167-
CMYK00.810.020.33
HSL301.73º68.47%39.8%-
HSV(B)301.73º81.29%67.06%-
XYZ24.2912.4837.69-
YUV88.95172.05186.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 32 (12.89% from 255) = 8.65%
BLUE value IS 167 (65.62% from 255) = 45.14%
R=46.22%
G=8.65%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713216700.810.020.33301.7368.4739.8
HexAB20A705122112e4428
Octal25340247012124145610450
Binary101010111000001010011101010001101000011001011101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB20A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB20A7; }

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

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

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

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

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

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

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

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