#AF3073

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

Shades of Medium Red Violet #AF3073

Tints of Medium Red Violet #AF3073

Color information

#AF3073 (or 0xAF3073) is unknown color: approx Medium Red Violet. HEX triplet: AF, 30 and 73. RGB value is (175,48,115). Sum of RGB (Red+Green+Blue) = 175+48+115=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3073 is #50CF8C. Grayscale: #5D5D5D. Windows color (decimal): -5296013 or 7549103. OLE color: 7549103.

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

Color convert

RGB17548115-
CMYK00.730.340.31
HSL328.35º56.95%43.73%-
HSV(B)328.35º72.57%68.63%-
XYZ21.8312.4717.48-
YUV93.61140.08186.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 48 (19.14% from 255) = 14.20%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=51.78%
G=14.20%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754811500.730.340.31328.3556.9543.73
HexAF3073049221F148392c
Octal25760163011142375107154
Binary1010111111000011100110100100110001011111101001000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3073; }

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

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

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

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

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

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

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

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