#AF3079

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

Shades of Medium Red Violet #AF3079

Tints of Medium Red Violet #AF3079

Color information

#AF3079 (or 0xAF3079) is unknown color: approx Medium Red Violet. HEX triplet: AF, 30 and 79. RGB value is (175,48,121). Sum of RGB (Red+Green+Blue) = 175+48+121=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3079 is #50CF86. Grayscale: #5E5E5E. Windows color (decimal): -5296007 or 7942319. OLE color: 7942319.

HSL color Cylindrical-coordinate representation of color #AF3079: hue angle of 325.51º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3079 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17548121-
CMYK00.730.310.31
HSL325.51º56.95%43.73%-
HSV(B)325.51º72.57%68.63%-
XYZ22.1912.6119.35-
YUV94.29143.08185.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=50.87%
G=13.95%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754812100.730.310.31325.5156.9543.73
HexAF30790491F1F146392c
Octal25760171011137375067154
Binary101011111100001111001010010011111111111101000110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3079; }

 p { color: rgb(175,48,121); }

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

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

 a { background-color: rgb(175,48,121); }

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

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

 span { border-color: rgb(175,48,121); }

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