#AF3890

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

Shades of Medium Red Violet #AF3890

Tints of Medium Red Violet #AF3890

Color information

#AF3890 (or 0xAF3890) is unknown color: approx Medium Red Violet. HEX triplet: AF, 38 and 90. RGB value is (175,56,144). Sum of RGB (Red+Green+Blue) = 175+56+144=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3890 is #50C76F. Grayscale: #656565. Windows color (decimal): -5293936 or 9451695. OLE color: 9451695.

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

Color convert

RGB17556144-
CMYK00.680.180.31
HSL315.63º51.52%45.29%-
HSV(B)315.63º68%68.63%-
XYZ24.1313.9627.81-
YUV101.61151.92180.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=46.67%
G=14.93%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755614400.680.180.31315.6351.5245.29
HexAF3890044121F13c342d
Octal25770220010422374746455
Binary1010111111100010010000010001001001011111100111100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3890; }

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

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

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

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

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

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

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

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