#AF3578

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

Shades of Medium Red Violet #AF3578

Tints of Medium Red Violet #AF3578

Color information

#AF3578 (or 0xAF3578) is unknown color: approx Medium Red Violet. HEX triplet: AF, 35 and 78. RGB value is (175,53,120). Sum of RGB (Red+Green+Blue) = 175+53+120=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3578 is #50CA87. Grayscale: #606060. Windows color (decimal): -5294728 or 7878063. OLE color: 7878063.

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

Color convert

RGB17553120-
CMYK00.700.310.31
HSL327.05º53.51%44.71%-
HSV(B)327.05º69.71%68.63%-
XYZ22.3413.0219.1-
YUV97.12140.92183.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 53 (21.09% from 255) = 15.23%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=50.29%
G=15.23%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755312000.700.310.31327.0553.5144.71
HexAF35780461F1F147362d
Octal25765170010637375076655
Binary101011111101011111000010001101111111111101000111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3578; }

 p { color: rgb(175,53,120); }

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

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

 a { background-color: rgb(175,53,120); }

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

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

 span { border-color: rgb(175,53,120); }

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