#AF13C7

Color #AF13C7 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AF13C7

Tints of Deep Magenta #AF13C7

Color information

#AF13C7 (or 0xAF13C7) is unknown color: approx Deep Magenta. HEX triplet: AF, 13 and C7. RGB value is (175,19,199). Sum of RGB (Red+Green+Blue) = 175+19+199=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF13C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13C7 is #50EC38. Grayscale: #555555. Windows color (decimal): -5303353 or 13046703. OLE color: 13046703.

HSL color Cylindrical-coordinate representation of color #AF13C7: hue angle of 292º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF13C7 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17519199-
CMYK0.120.9000.22
HSL292º82.57%42.75%-
HSV(B)292º90.45%78.04%-
XYZ28.2213.755.19-
YUV86.16191.68191.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 19 (7.81% from 255) = 4.83%
BLUE value IS 199 (78.12% from 255) = 50.64%
R=44.53%
G=4.83%
B=50.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175191990.120.9000.2229282.5742.75
HexAF13C7C5A016124532b
Octal257233071413202644412353
Binary101011111001111000111110010110100101101001001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF13C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF13C7; }

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

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

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

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

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

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

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

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