#AF24A0

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

Shades of Medium Red Violet #AF24A0

Tints of Medium Red Violet #AF24A0

Color information

#AF24A0 (or 0xAF24A0) is unknown color: approx Medium Red Violet. HEX triplet: AF, 24 and A0. RGB value is (175,36,160). Sum of RGB (Red+Green+Blue) = 175+36+160=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF24A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF24A0 is #50DB5F. Grayscale: #5B5B5B. Windows color (decimal): -5299040 or 10495151. OLE color: 10495151.

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

Color convert

RGB17536160-
CMYK00.790.090.31
HSL306.47º65.88%41.37%-
HSV(B)306.47º79.43%68.63%-
XYZ24.6612.9134.45-
YUV91.7166.55187.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 36 (14.45% from 255) = 9.70%
BLUE value IS 160 (62.89% from 255) = 43.13%
R=47.17%
G=9.70%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753616000.790.090.31306.4765.8841.37
HexAF24A004F91F1324229
Octal257442400117113746210251
Binary1010111110010010100000010011111001111111001100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF24A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF24A0; }

 p { color: rgb(175,36,160); }

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

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

 a { background-color: rgb(175,36,160); }

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

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

 span { border-color: rgb(175,36,160); }

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