#AF349B

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

Shades of Medium Red Violet #AF349B

Tints of Medium Red Violet #AF349B

Color information

#AF349B (or 0xAF349B) is unknown color: approx Medium Red Violet. HEX triplet: AF, 34 and 9B. RGB value is (175,52,155). Sum of RGB (Red+Green+Blue) = 175+52+155=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF349B is #50CB64. Grayscale: #646464. Windows color (decimal): -5294949 or 10171567. OLE color: 10171567.

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

Color convert

RGB17552155-
CMYK00.700.110.31
HSL309.76º54.19%44.51%-
HSV(B)309.76º70.29%68.63%-
XYZ24.8213.9432.39-
YUV100.52158.75181.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=45.81%
G=13.61%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755215500.700.110.31309.7654.1944.51
HexAF349B046B1F136362d
Octal25764233010613374666655
Binary101011111101001001101101000110101111111100110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF349B; }

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

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

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

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

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

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

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

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