Html Css Color HEX #A404A4 Dark Magenta

📋 copy color: '#A404A4'

red 164 ◦ green 4 ◦ blue 164

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

Shades of Dark Magenta #A404A4

Tints of Dark Magenta #A404A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 49.4%

R = 49.4%
G = 1.2%
B = 49.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A404A4 (or 0xA404A4) is known color: Dark Magenta. HEX triplet: A4, 04 and A4. RGB value is (164,4,164). Sum of RGB (Red+Green+Blue) = 164+4+164=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A404A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A404A4 is #5BFB5B. Grayscale: #454545. Windows color (decimal): -6028124 or 10749092. OLE color: 10749092.

HSL color Cylindrical-coordinate representation of color #A404A4: hue angle of 300º 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 #A404A4 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 164 -
CMYK 0 0.98 0 0.36
HSL 300º 0.95% 0.33% -
HSV(B) 300º 0.98% 0.64% -
XYZ 22.05 10.66 36.02 -
YUV 70.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 164 4 164 0 0.98 0 0.36 300 0.95 0.33
Hex A4 4 A4 0 62 0 24 12C 5F 21
Octal 244 4 244 0 142 0 44 454 137 41
Binary 10100100 100 10100100 0 1100010 0 100100 100101100 1011111 100001

Color Harmonies of #A404A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404A4

Black with #A404A4

Text Example


Text Example

White with #A404A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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