Html Css Color HEX #A404AB Dark Magenta

📋 copy color: '#A404AB'

red 164 ◦ green 4 ◦ blue 171

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

Shades of Dark Magenta #A404AB

Tints of Dark Magenta #A404AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.44%

R = 48.38%
G = 1.18%
B = 50.44%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A404AB (or 0xA404AB) is known color: Dark Magenta. HEX triplet: A4, 04 and AB. RGB value is (164,4,171). Sum of RGB (Red+Green+Blue) = 164+4+171=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #A404AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A404AB is #5BFB54. Grayscale: #464646. Windows color (decimal): -6028117 or 11207844. OLE color: 11207844.

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

Color convert

RGB 164 4 171 -
CMYK 0.04 0.98 0 0.33
HSL 297.49º 0.95% 0.34% -
HSV(B) 297.49º 0.98% 0.67% -
XYZ 22.7 10.92 39.44 -
YUV 70.88 184.51 194.42 -
System Red Green Blue C M Y K H S L
Decimal 164 4 171 0.04 0.98 0 0.33 297.49 0.95 0.34
Hex A4 4 AB 4 62 0 21 129 5F 22
Octal 244 4 253 4 142 0 41 451 137 42
Binary 10100100 100 10101011 100 1100010 0 100001 100101001 1011111 100010

Color Harmonies of #A404AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404AB

Black with #A404AB

Text Example


Text Example

White with #A404AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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