Html Css Color HEX #AF19AC Deep Magenta

📋 copy color: '#AF19AC'

red 175 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #AF19AC

Tints of Deep Magenta #AF19AC

RGB

 RED value IS 175 (68.75% from 255) = 47.04%

 GREEN value IS 25 (10.16% from 255) = 6.72%

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 47.04%
G = 6.72%
B = 46.24%

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

#AF19AC (or 0xAF19AC) is known color: Deep Magenta. HEX triplet: AF, 19 and AC. RGB value is (175,25,172). Sum of RGB (Red+Green+Blue) = 175+25+172=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF19AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF19AC is #50E653. Grayscale: #565656. Windows color (decimal): -5301844 or 11278767. OLE color: 11278767.

HSL color Cylindrical-coordinate representation of color #AF19AC: hue angle of 301.2º degrees, saturation: 0.75, 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 #AF19AC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 172 -
CMYK 0 0.86 0.02 0.31
HSL 301.2º 0.75% 0.39% -
HSV(B) 301.2º 0.86% 0.69% -
XYZ 25.47 12.79 40.16 -
YUV 86.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 175 25 172 0 0.86 0.02 0.31 301.2 0.75 0.39
Hex AF 19 AC 0 56 2 1F 12D 4B 27
Octal 257 31 254 0 126 2 37 455 113 47
Binary 10101111 11001 10101100 0 1010110 10 11111 100101101 1001011 100111

Color Harmonies of #AF19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19AC

Black with #AF19AC

Text Example


Text Example

White with #AF19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19AC; }

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

 H1.HeaderClassName
 {
   color: #AF19AC;
 }
 .AnyTagClassName
 {
   color: #AF19AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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