#AF24AA

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

Shades of Medium Red Violet #AF24AA

Tints of Medium Red Violet #AF24AA

Color information

#AF24AA (or 0xAF24AA) is unknown color: approx Medium Red Violet. HEX triplet: AF, 24 and AA. RGB value is (175,36,170). Sum of RGB (Red+Green+Blue) = 175+36+170=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF24AA is #50DB55. Grayscale: #5C5C5C. Windows color (decimal): -5299030 or 11150511. OLE color: 11150511.

HSL color Cylindrical-coordinate representation of color #AF24AA: hue angle of 302.16º 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 #AF24AA is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17536170-
CMYK00.790.030.31
HSL302.16º65.88%41.37%-
HSV(B)302.16º79.43%68.63%-
XYZ25.5713.2839.25-
YUV92.84171.55186.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 36 (14.45% from 255) = 9.45%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=45.93%
G=9.45%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753617000.790.030.31302.1665.8841.37
HexAF24AA04F31F12e4229
Octal25744252011733745610251
Binary10101111100100101010100100111111111111001011101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF24AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF24AA; }

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

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

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

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

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

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

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

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