#AF359C

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

Shades of Medium Red Violet #AF359C

Tints of Medium Red Violet #AF359C

Color information

#AF359C (or 0xAF359C) is unknown color: approx Medium Red Violet. HEX triplet: AF, 35 and 9C. RGB value is (175,53,156). Sum of RGB (Red+Green+Blue) = 175+53+156=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF359C is #50CA63. Grayscale: #646464. Windows color (decimal): -5294692 or 10237359. OLE color: 10237359.

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

Color convert

RGB17553156-
CMYK00.700.110.31
HSL309.34º53.51%44.71%-
HSV(B)309.34º69.71%68.63%-
XYZ24.9514.0632.85-
YUV101.22158.92180.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 53 (21.09% from 255) = 13.80%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=45.57%
G=13.80%
B=40.62%

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
Decimal1755315600.700.110.31309.3453.5144.71
HexAF359C046B1F135362d
Octal25765234010613374656655
Binary101011111101011001110001000110101111111100110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF359C; }

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

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

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

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

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

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

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

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