#AF3094

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

Shades of Medium Red Violet #AF3094

Tints of Medium Red Violet #AF3094

Color information

#AF3094 (or 0xAF3094) is unknown color: approx Medium Red Violet. HEX triplet: AF, 30 and 94. RGB value is (175,48,148). Sum of RGB (Red+Green+Blue) = 175+48+148=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3094 is #50CF6B. Grayscale: #616161. Windows color (decimal): -5295980 or 9711791. OLE color: 9711791.

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

Color convert

RGB17548148-
CMYK00.730.150.31
HSL312.76º56.95%43.73%-
HSV(B)312.76º72.57%68.63%-
XYZ24.0813.3729.33-
YUV97.37156.58183.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 48 (19.14% from 255) = 12.94%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=47.17%
G=12.94%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754814800.730.150.31312.7656.9543.73
HexAF3094049F1F139392c
Octal25760224011117374717154
Binary101011111100001001010001001001111111111100111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3094; }

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

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

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

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

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

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

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

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