#af317d

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

Shades of Medium Red Violet #AF317D

Tints of Medium Red Violet #AF317D

Color information

#AF317D (or 0xAF317D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 31 and 7D. RGB value is (175,49,125). Sum of RGB (Red+Green+Blue) = 175+49+125=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF317D is #50CE82. Grayscale: #5F5F5F. Windows color (decimal): -5295747 or 8204719. OLE color: 8204719.

HSL color Cylindrical-coordinate representation of color #AF317D: hue angle of 323.81º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF317D is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17549125-
CMYK00.720.290.31
HSL323.81º56.25%43.92%-
HSV(B)323.81º72%68.63%-
XYZ22.4812.7920.69-
YUV95.34144.74184.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 49 (19.53% from 255) = 14.04%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=50.14%
G=14.04%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754912500.720.290.31323.8156.2543.92
HexAF317D0481D1F144382c
Octal25761175011035375047054
Binary101011111100011111101010010001110111111101000100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af317d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af317d; }

 p { color: rgb(175,49,125); }

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

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

 a { background-color: rgb(175,49,125); }

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

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

 span { border-color: rgb(175,49,125); }

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