#AF2493

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

Shades of Medium Red Violet #AF2493

Tints of Medium Red Violet #AF2493

Color information

#AF2493 (or 0xAF2493) is unknown color: approx Medium Red Violet. HEX triplet: AF, 24 and 93. RGB value is (175,36,147). Sum of RGB (Red+Green+Blue) = 175+36+147=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2493 is #50DB6C. Grayscale: #595959. Windows color (decimal): -5299053 or 9643183. OLE color: 9643183.

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

Color convert

RGB17536147-
CMYK00.790.160.31
HSL312.09º65.88%41.37%-
HSV(B)312.09º79.43%68.63%-
XYZ23.5812.4828.77-
YUV90.21160.05188.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=48.88%
G=10.06%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753614700.790.160.31312.0965.8841.37
HexAF249304F101F1384229
Octal257442230117203747010251
Binary10101111100100100100110100111110000111111001110001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2493; }

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

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

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

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

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

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

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

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