#AF357B

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

Shades of Medium Red Violet #AF357B

Tints of Medium Red Violet #AF357B

Color information

#AF357B (or 0xAF357B) is unknown color: approx Medium Red Violet. HEX triplet: AF, 35 and 7B. RGB value is (175,53,123). Sum of RGB (Red+Green+Blue) = 175+53+123=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF357B is #50CA84. Grayscale: #616161. Windows color (decimal): -5294725 or 8074671. OLE color: 8074671.

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

Color convert

RGB17553123-
CMYK00.700.300.31
HSL325.57º53.51%44.71%-
HSV(B)325.57º69.71%68.63%-
XYZ22.5313.0920.08-
YUV97.46142.42183.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 53 (21.09% from 255) = 15.10%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=49.86%
G=15.10%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755312300.700.300.31325.5753.5144.71
HexAF357B0461E1F146362d
Octal25765173010636375066655
Binary101011111101011111011010001101111011111101000110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF357B; }

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

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

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

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

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

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

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

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