#AF13A3

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

Shades of Medium Violet Red #AF13A3

Tints of Medium Violet Red #AF13A3

Color information

#AF13A3 (or 0xAF13A3) is unknown color: approx Medium Violet Red. HEX triplet: AF, 13 and A3. RGB value is (175,19,163). Sum of RGB (Red+Green+Blue) = 175+19+163=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF13A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF13A3 is #50EC5C. Grayscale: #515151. Windows color (decimal): -5303389 or 10687407. OLE color: 10687407.

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

Color convert

RGB17519163-
CMYK00.890.070.31
HSL304.62º80.41%38.04%-
HSV(B)304.62º89.14%68.63%-
XYZ24.5212.2235.72-
YUV82.06173.68194.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 19 (7.81% from 255) = 5.32%
BLUE value IS 163 (64.06% from 255) = 45.66%
R=49.02%
G=5.32%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751916300.890.070.31304.6280.4138.04
HexAF13A305971F1315026
Octal25723243013173746112046
Binary10101111100111010001101011001111111111001100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF13A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF13A3; }

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

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

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

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

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

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

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

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