#AF359A

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

Shades of Medium Red Violet #AF359A

Tints of Medium Red Violet #AF359A

Color information

#AF359A (or 0xAF359A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 35 and 9A. RGB value is (175,53,154). Sum of RGB (Red+Green+Blue) = 175+53+154=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF359A is #50CA65. Grayscale: #646464. Windows color (decimal): -5294694 or 10106287. OLE color: 10106287.

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

Color convert

RGB17553154-
CMYK00.700.120.31
HSL310.33º53.51%44.71%-
HSV(B)310.33º69.71%68.63%-
XYZ24.7913.9931.97-
YUV100.99157.92180.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 53 (21.09% from 255) = 13.87%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=45.81%
G=13.87%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755315400.700.120.31310.3353.5144.71
HexAF359A046C1F136362d
Octal25765232010614374666655
Binary101011111101011001101001000110110011111100110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF359A; }

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

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

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

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

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

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

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

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