#AF349E

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

Shades of Medium Red Violet #AF349E

Tints of Medium Red Violet #AF349E

Color information

#AF349E (or 0xAF349E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 34 and 9E. RGB value is (175,52,158). Sum of RGB (Red+Green+Blue) = 175+52+158=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF349E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF349E is #50CB61. Grayscale: #646464. Windows color (decimal): -5294946 or 10368175. OLE color: 10368175.

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

Color convert

RGB17552158-
CMYK00.700.100.31
HSL308.29º54.19%44.51%-
HSV(B)308.29º70.29%68.63%-
XYZ25.0814.0433.74-
YUV100.86160.25180.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 52 (20.70% from 255) = 13.51%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=45.45%
G=13.51%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755215800.700.100.31308.2954.1944.51
HexAF349E046A1F134362d
Octal25764236010612374646655
Binary101011111101001001111001000110101011111100110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF349E; }

 p { color: rgb(175,52,158); }

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

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

 a { background-color: rgb(175,52,158); }

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

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

 span { border-color: rgb(175,52,158); }

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