#AF20AA

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

Shades of Medium Red Violet #AF20AA

Tints of Medium Red Violet #AF20AA

Color information

#AF20AA (or 0xAF20AA) is unknown color: approx Medium Red Violet. HEX triplet: AF, 20 and AA. RGB value is (175,32,170). Sum of RGB (Red+Green+Blue) = 175+32+170=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF20AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF20AA is #50DF55. Grayscale: #5A5A5A. Windows color (decimal): -5300054 or 11149487. OLE color: 11149487.

HSL color Cylindrical-coordinate representation of color #AF20AA: hue angle of 302.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF20AA is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17532170-
CMYK00.820.030.31
HSL302.1º69.08%40.59%-
HSV(B)302.1º81.71%68.63%-
XYZ25.4513.0539.21-
YUV90.49172.88188.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 32 (12.89% from 255) = 8.49%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=46.42%
G=8.49%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753217000.820.030.31302.169.0840.59
HexAF20AA05231F12e4529
Octal25740252012233745610551
Binary10101111100000101010100101001011111111001011101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF20AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF20AA; }

 p { color: rgb(175,32,170); }

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

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

 a { background-color: rgb(175,32,170); }

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

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

 span { border-color: rgb(175,32,170); }

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