Html Css Color HEX #A409AC Dark Magenta

📋 copy color: '#A409AC'

red 164 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #A409AC

Tints of Dark Magenta #A409AC

RGB

 RED value IS 164 (64.45% from 255) = 47.54%

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

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

R = 47.54%
G = 2.61%
B = 49.86%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A409AC (or 0xA409AC) is known color: Dark Magenta. HEX triplet: A4, 09 and AC. RGB value is (164,9,172). Sum of RGB (Red+Green+Blue) = 164+9+172=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #A409AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A409AC is #5BF653. Grayscale: #494949. Windows color (decimal): -6026836 or 11274660. OLE color: 11274660.

HSL color Cylindrical-coordinate representation of color #A409AC: hue angle of 297.06º 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 #A409AC is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 9 172 -
CMYK 0.05 0.95 0 0.33
HSL 297.06º 0.9% 0.35% -
HSV(B) 297.06º 0.95% 0.67% -
XYZ 22.85 11.07 39.96 -
YUV 73.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 164 9 172 0.05 0.95 0 0.33 297.06 0.9 0.35
Hex A4 9 AC 5 5F 0 21 129 5A 23
Octal 244 11 254 5 137 0 41 451 132 43
Binary 10100100 1001 10101100 101 1011111 0 100001 100101001 1011010 100011

Color Harmonies of #A409AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409AC

Black with #A409AC

Text Example


Text Example

White with #A409AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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