#AF339C

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

Shades of Medium Red Violet #AF339C

Tints of Medium Red Violet #AF339C

Color information

#AF339C (or 0xAF339C) is unknown color: approx Medium Red Violet. HEX triplet: AF, 33 and 9C. RGB value is (175,51,156). Sum of RGB (Red+Green+Blue) = 175+51+156=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF339C is #50CC63. Grayscale: #636363. Windows color (decimal): -5295204 or 10236847. OLE color: 10236847.

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

Color convert

RGB17551156-
CMYK00.710.110.31
HSL309.19º54.87%44.31%-
HSV(B)309.19º70.86%68.63%-
XYZ24.8613.8832.82-
YUV100.05159.58181.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 51 (20.31% from 255) = 13.35%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=45.81%
G=13.35%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755115600.710.110.31309.1954.8744.31
HexAF339C047B1F135372c
Octal25763234010713374656754
Binary101011111100111001110001000111101111111100110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF339C; }

 p { color: rgb(175,51,156); }

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

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

 a { background-color: rgb(175,51,156); }

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

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

 span { border-color: rgb(175,51,156); }

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