Html Css Color HEX #A409A2 Dark Magenta

📋 copy color: '#A409A2'

red 164 ◦ green 9 ◦ blue 162

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

Shades of Dark Magenta #A409A2

Tints of Dark Magenta #A409A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.36%

R = 48.96%
G = 2.69%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A409A2 (or 0xA409A2) is known color: Dark Magenta. HEX triplet: A4, 09 and A2. RGB value is (164,9,162). Sum of RGB (Red+Green+Blue) = 164+9+162=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A409A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A409A2 is #5BF65D. Grayscale: #484848. Windows color (decimal): -6026846 or 10619300. OLE color: 10619300.

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

Color convert

RGB 164 9 162 -
CMYK 0 0.95 0.01 0.36
HSL 300.77º 0.9% 0.34% -
HSV(B) 300.77º 0.95% 0.64% -
XYZ 21.93 10.7 35.09 -
YUV 72.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 164 9 162 0 0.95 0.01 0.36 300.77 0.9 0.34
Hex A4 9 A2 0 5F 1 24 12D 5A 22
Octal 244 11 242 0 137 1 44 455 132 42
Binary 10100100 1001 10100010 0 1011111 1 100100 100101101 1011010 100010

Color Harmonies of #A409A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409A2

Black with #A409A2

Text Example


Text Example

White with #A409A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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