#AF3490

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

Shades of Medium Red Violet #AF3490

Tints of Medium Red Violet #AF3490

Color information

#AF3490 (or 0xAF3490) is unknown color: approx Medium Red Violet. HEX triplet: AF, 34 and 90. RGB value is (175,52,144). Sum of RGB (Red+Green+Blue) = 175+52+144=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3490 is #50CB6F. Grayscale: #636363. Windows color (decimal): -5294960 or 9450671. OLE color: 9450671.

HSL color Cylindrical-coordinate representation of color #AF3490: hue angle of 315.12º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3490 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17552144-
CMYK00.700.180.31
HSL315.12º54.19%44.51%-
HSV(B)315.12º70.29%68.63%-
XYZ23.9413.5827.75-
YUV99.26153.25182.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 52 (20.70% from 255) = 14.02%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=47.17%
G=14.02%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755214400.700.180.31315.1254.1944.51
HexAF3490046121F13b362d
Octal25764220010622374736655
Binary1010111111010010010000010001101001011111100111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3490; }

 p { color: rgb(175,52,144); }

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

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

 a { background-color: rgb(175,52,144); }

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

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

 span { border-color: rgb(175,52,144); }

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