#AF3C90

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

Shades of Medium Red Violet #AF3C90

Tints of Medium Red Violet #AF3C90

Color information

#AF3C90 (or 0xAF3C90) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3C and 90. RGB value is (175,60,144). Sum of RGB (Red+Green+Blue) = 175+60+144=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C90 is #50C36F. Grayscale: #676767. Windows color (decimal): -5292912 or 9452719. OLE color: 9452719.

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

Color convert

RGB17560144-
CMYK00.660.180.31
HSL316.17º48.94%46.08%-
HSV(B)316.17º65.71%68.63%-
XYZ24.3314.3627.87-
YUV103.96150.6178.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 60 (23.83% from 255) = 15.83%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=46.17%
G=15.83%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756014400.660.180.31316.1748.9446.08
HexAF3C90042121F13c312e
Octal25774220010222374746156
Binary1010111111110010010000010000101001011111100111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C90; }

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

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

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

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

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

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

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

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