Html Css Color HEX #AC09AD Deep Magenta

📋 copy color: '#AC09AD'

red 172 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #AC09AD

Tints of Deep Magenta #AC09AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

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

R = 48.59%
G = 2.54%
B = 48.87%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC09AD (or 0xAC09AD) is known color: Deep Magenta. HEX triplet: AC, 09 and AD. RGB value is (172,9,173). Sum of RGB (Red+Green+Blue) = 172+9+173=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC09AD is #53F652. Grayscale: #4B4B4B. Windows color (decimal): -5502547 or 11340204. OLE color: 11340204.

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

Color convert

RGB 172 9 173 -
CMYK 0.01 0.95 0 0.32
HSL 299.63º 0.9% 0.36% -
HSV(B) 299.63º 0.95% 0.68% -
XYZ 24.65 11.98 40.55 -
YUV 76.43 182.5 196.16 -
System Red Green Blue C M Y K H S L
Decimal 172 9 173 0.01 0.95 0 0.32 299.63 0.9 0.36
Hex AC 9 AD 1 5F 0 20 12C 5A 24
Octal 254 11 255 1 137 0 40 454 132 44
Binary 10101100 1001 10101101 1 1011111 0 100000 100101100 1011010 100100

Color Harmonies of #AC09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC09AD

Black with #AC09AD

Text Example


Text Example

White with #AC09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC09AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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