Html Css Color HEX #AC09A1 Dark Magenta

📋 copy color: '#AC09A1'

red 172 ◦ green 9 ◦ blue 161

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

Shades of Dark Magenta #AC09A1

Tints of Dark Magenta #AC09A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.08%

R = 50.29%
G = 2.63%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC09A1 (or 0xAC09A1) is known color: Dark Magenta. HEX triplet: AC, 09 and A1. RGB value is (172,9,161). Sum of RGB (Red+Green+Blue) = 172+9+161=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC09A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC09A1 is #53F65E. Grayscale: #4A4A4A. Windows color (decimal): -5502559 or 10553772. OLE color: 10553772.

HSL color Cylindrical-coordinate representation of color #AC09A1: hue angle of 304.05º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC09A1 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 9 161 -
CMYK 0 0.95 0.06 0.33
HSL 304.05º 0.9% 0.35% -
HSV(B) 304.05º 0.95% 0.67% -
XYZ 23.54 11.54 34.7 -
YUV 75.07 176.5 197.14 -
System Red Green Blue C M Y K H S L
Decimal 172 9 161 0 0.95 0.06 0.33 304.05 0.9 0.35
Hex AC 9 A1 0 5F 6 21 130 5A 23
Octal 254 11 241 0 137 6 41 460 132 43
Binary 10101100 1001 10100001 0 1011111 110 100001 100110000 1011010 100011

Color Harmonies of #AC09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC09A1

Black with #AC09A1

Text Example


Text Example

White with #AC09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC09A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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