#AF13C6

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

Shades of Deep Magenta #AF13C6

Tints of Deep Magenta #AF13C6

Color information

#AF13C6 (or 0xAF13C6) is unknown color: approx Deep Magenta. HEX triplet: AF, 13 and C6. RGB value is (175,19,198). Sum of RGB (Red+Green+Blue) = 175+19+198=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF13C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13C6 is #50EC39. Grayscale: #555555. Windows color (decimal): -5303354 or 12981167. OLE color: 12981167.

HSL color Cylindrical-coordinate representation of color #AF13C6: hue angle of 292.29º degrees, saturation: 0.82, 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 #AF13C6 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17519198-
CMYK0.120.9000.22
HSL292.29º82.49%42.55%-
HSV(B)292.29º90.4%77.65%-
XYZ28.1113.6654.58-
YUV86.05191.18191.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 19 (7.81% from 255) = 4.85%
BLUE value IS 198 (77.73% from 255) = 50.51%
R=44.64%
G=4.85%
B=50.51%

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
Decimal175191980.120.9000.22292.2982.4942.55
HexAF13C6C5A016124522b
Octal257233061413202644412253
Binary101011111001111000110110010110100101101001001001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF13C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF13C6; }

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

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

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

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

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

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

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

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