Html Css Color HEX #A404A0 Dark Magenta

📋 copy color: '#A404A0'

red 164 ◦ green 4 ◦ blue 160

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

Shades of Dark Magenta #A404A0

Tints of Dark Magenta #A404A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 160 (62.89% from 255) = 48.78%

R = 50%
G = 1.22%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A404A0 (or 0xA404A0) is known color: Dark Magenta. HEX triplet: A4, 04 and A0. RGB value is (164,4,160). Sum of RGB (Red+Green+Blue) = 164+4+160=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 160 (62.89% from 255 or 48.78% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A404A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A404A0 is #5BFB5F. Grayscale: #454545. Windows color (decimal): -6028128 or 10486948. OLE color: 10486948.

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

Color convert

RGB 164 4 160 -
CMYK 0 0.98 0.02 0.36
HSL 301.5º 0.95% 0.33% -
HSV(B) 301.5º 0.98% 0.64% -
XYZ 21.7 10.52 34.14 -
YUV 69.62 179.01 195.32 -
System Red Green Blue C M Y K H S L
Decimal 164 4 160 0 0.98 0.02 0.36 301.5 0.95 0.33
Hex A4 4 A0 0 62 2 24 12E 5F 21
Octal 244 4 240 0 142 2 44 456 137 41
Binary 10100100 100 10100000 0 1100010 10 100100 100101110 1011111 100001

Color Harmonies of #A404A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404A0

Black with #A404A0

Text Example


Text Example

White with #A404A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404A0; }

 p { color: rgb(164,4,160); }

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

background-color css

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

 a { background-color: rgb(164,4,160); }

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

border-color css

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

 span { border-color: rgb(164,4,160); }

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