#AF13A0

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

Shades of Medium Violet Red #AF13A0

Tints of Medium Violet Red #AF13A0

Color information

#AF13A0 (or 0xAF13A0) is unknown color: approx Medium Violet Red. HEX triplet: AF, 13 and A0. RGB value is (175,19,160). Sum of RGB (Red+Green+Blue) = 175+19+160=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF13A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF13A0 is #50EC5F. Grayscale: #515151. Windows color (decimal): -5303392 or 10490799. OLE color: 10490799.

HSL color Cylindrical-coordinate representation of color #AF13A0: hue angle of 305.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF13A0 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17519160-
CMYK00.890.090.31
HSL305.77º80.41%38.04%-
HSV(B)305.77º89.14%68.63%-
XYZ24.2612.1234.32-
YUV81.72172.18194.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 19 (7.81% from 255) = 5.37%
BLUE value IS 160 (62.89% from 255) = 45.20%
R=49.44%
G=5.37%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751916000.890.090.31305.7780.4138.04
HexAF13A005991F1325026
Octal257232400131113746212046
Binary101011111001110100000010110011001111111001100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF13A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF13A0; }

 p { color: rgb(175,19,160); }

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

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

 a { background-color: rgb(175,19,160); }

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

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

 span { border-color: rgb(175,19,160); }

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