#AF358A

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

Shades of Medium Red Violet #AF358A

Tints of Medium Red Violet #AF358A

Color information

#AF358A (or 0xAF358A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 35 and 8A. RGB value is (175,53,138). Sum of RGB (Red+Green+Blue) = 175+53+138=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF358A is #50CA75. Grayscale: #626262. Windows color (decimal): -5294710 or 9057711. OLE color: 9057711.

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

Color convert

RGB17553138-
CMYK00.700.210.31
HSL318.2º53.51%44.71%-
HSV(B)318.2º69.71%68.63%-
XYZ23.5413.525.41-
YUV99.17149.92182.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=47.81%
G=14.48%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755313800.700.210.31318.253.5144.71
HexAF358A046151F13e362d
Octal25765212010625374766655
Binary1010111111010110001010010001101010111111100111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF358A; }

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

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

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

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

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

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

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

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