#AF359B

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

Shades of Medium Red Violet #AF359B

Tints of Medium Red Violet #AF359B

Color information

#AF359B (or 0xAF359B) is unknown color: approx Medium Red Violet. HEX triplet: AF, 35 and 9B. RGB value is (175,53,155). Sum of RGB (Red+Green+Blue) = 175+53+155=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF359B is #50CA64. Grayscale: #646464. Windows color (decimal): -5294693 or 10171823. OLE color: 10171823.

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

Color convert

RGB17553155-
CMYK00.700.110.31
HSL309.84º53.51%44.71%-
HSV(B)309.84º69.71%68.63%-
XYZ24.8714.0332.41-
YUV101.11158.42180.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 53 (21.09% from 255) = 13.84%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=45.69%
G=13.84%
B=40.47%

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
Decimal1755315500.700.110.31309.8453.5144.71
HexAF359B046B1F136362d
Octal25765233010613374666655
Binary101011111101011001101101000110101111111100110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF359B; }

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

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

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

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

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

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

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

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