Html Css Color HEX #AC04AD Deep Magenta

📋 copy color: '#AC04AD'

red 172 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #AC04AD

Tints of Deep Magenta #AC04AD

RGB

 RED value IS 172 (67.58% from 255) = 49.28%

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 49.28%
G = 1.15%
B = 49.57%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC04AD (or 0xAC04AD) is known color: Deep Magenta. HEX triplet: AC, 04 and AD. RGB value is (172,4,173). Sum of RGB (Red+Green+Blue) = 172+4+173=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC04AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC04AD is #53FB52. Grayscale: #484848. Windows color (decimal): -5503827 or 11338924. OLE color: 11338924.

HSL color Cylindrical-coordinate representation of color #AC04AD: hue angle of 299.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04AD is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 4 173 -
CMYK 0.01 0.98 0 0.32
HSL 299.65º 0.95% 0.35% -
HSV(B) 299.65º 0.98% 0.68% -
XYZ 24.6 11.87 40.53 -
YUV 73.5 184.16 198.26 -
System Red Green Blue C M Y K H S L
Decimal 172 4 173 0.01 0.98 0 0.32 299.65 0.95 0.35
Hex AC 4 AD 1 62 0 20 12C 5F 23
Octal 254 4 255 1 142 0 40 454 137 43
Binary 10101100 100 10101101 1 1100010 0 100000 100101100 1011111 100011

Color Harmonies of #AC04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04AD

Black with #AC04AD

Text Example


Text Example

White with #AC04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04AD; }

 p { color: rgb(172,4,173); }

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

background-color css

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

 a { background-color: rgb(172,4,173); }

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

border-color css

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

 span { border-color: rgb(172,4,173); }

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