#AF18AC

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

Shades of Deep Magenta #AF18AC

Tints of Deep Magenta #AF18AC

Color information

#AF18AC (or 0xAF18AC) is unknown color: approx Deep Magenta. HEX triplet: AF, 18 and AC. RGB value is (175,24,172). Sum of RGB (Red+Green+Blue) = 175+24+172=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF18AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF18AC is #50E753. Grayscale: #555555. Windows color (decimal): -5302100 or 11278511. OLE color: 11278511.

HSL color Cylindrical-coordinate representation of color #AF18AC: hue angle of 301.19º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF18AC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17524172-
CMYK00.860.020.31
HSL301.19º75.88%39.02%-
HSV(B)301.19º86.29%68.63%-
XYZ25.4512.7540.15-
YUV86.02176.53191.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 24 (9.77% from 255) = 6.47%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=47.17%
G=6.47%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752417200.860.020.31301.1975.8839.02
HexAF18AC05621F12d4c27
Octal25730254012623745511447
Binary1010111111000101011000101011010111111001011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF18AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF18AC; }

 p { color: rgb(175,24,172); }

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

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

 a { background-color: rgb(175,24,172); }

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

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

 span { border-color: rgb(175,24,172); }

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