Html Css Color HEX #AF18AC Deep Magenta

📋 copy color: '#AF18AC'

red 175 ◦ green 24 ◦ blue 172

#AF18AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AF18AC

Tints of Deep Magenta #AF18AC

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 value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF18AC (or 0xAF18AC) is known color: 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

RGB 175 24 172 -
CMYK 0 0.86 0.02 0.31
HSL 301.19º 0.76% 0.39% -
HSV(B) 301.19º 0.86% 0.69% -
XYZ 25.45 12.75 40.15 -
YUV 86.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 175 24 172 0 0.86 0.02 0.31 301.19 0.76 0.39
Hex AF 18 AC 0 56 2 1F 12D 4C 27
Octal 257 30 254 0 126 2 37 455 114 47
Binary 10101111 11000 10101100 0 1010110 10 11111 100101101 1001100 100111

Color Harmonies of #AF18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18AC

Black with #AF18AC

Text Example


Text Example

White with #AF18AC

Text Example


Text Example

HTML Codes & Css Web 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>