#AF3485

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

Shades of Medium Red Violet #AF3485

Tints of Medium Red Violet #AF3485

Color information

#AF3485 (or 0xAF3485) is unknown color: approx Medium Red Violet. HEX triplet: AF, 34 and 85. RGB value is (175,52,133). Sum of RGB (Red+Green+Blue) = 175+52+133=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3485 is #50CB7A. Grayscale: #616161. Windows color (decimal): -5294971 or 8729775. OLE color: 8729775.

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

Color convert

RGB17552133-
CMYK00.700.240.31
HSL320.49º54.19%44.51%-
HSV(B)320.49º70.29%68.63%-
XYZ23.1413.2623.53-
YUV98.01147.75182.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 52 (20.70% from 255) = 14.44%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=48.61%
G=14.44%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755213300.700.240.31320.4954.1944.51
HexAF3485046181F140362d
Octal25764205010630375006655
Binary1010111111010010000101010001101100011111101000000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3485; }

 p { color: rgb(175,52,133); }

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

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

 a { background-color: rgb(175,52,133); }

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

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

 span { border-color: rgb(175,52,133); }

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