Html Css Color HEX #A409AA Dark Magenta

📋 copy color: '#A409AA'

red 164 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #A409AA

Tints of Dark Magenta #A409AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 47.81%
G = 2.62%
B = 49.56%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A409AA (or 0xA409AA) is known color: Dark Magenta. HEX triplet: A4, 09 and AA. RGB value is (164,9,170). Sum of RGB (Red+Green+Blue) = 164+9+170=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A409AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A409AA is #5BF655. Grayscale: #494949. Windows color (decimal): -6026838 or 11143588. OLE color: 11143588.

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

Color convert

RGB 164 9 170 -
CMYK 0.04 0.95 0 0.33
HSL 297.76º 0.9% 0.35% -
HSV(B) 297.76º 0.95% 0.67% -
XYZ 22.66 10.99 38.96 -
YUV 73.7 182.35 192.41 -
System Red Green Blue C M Y K H S L
Decimal 164 9 170 0.04 0.95 0 0.33 297.76 0.9 0.35
Hex A4 9 AA 4 5F 0 21 12A 5A 23
Octal 244 11 252 4 137 0 41 452 132 43
Binary 10100100 1001 10101010 100 1011111 0 100001 100101010 1011010 100011

Color Harmonies of #A409AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409AA

Black with #A409AA

Text Example


Text Example

White with #A409AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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