Html Css Color HEX #A421A0 Dark Magenta

📋 copy color: '#A421A0'

red 164 ◦ green 33 ◦ blue 160

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

Shades of Dark Magenta #A421A0

Tints of Dark Magenta #A421A0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.24%

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

R = 45.94%
G = 9.24%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A421A0 (or 0xA421A0) is known color: Dark Magenta. HEX triplet: A4, 21 and A0. RGB value is (164,33,160). Sum of RGB (Red+Green+Blue) = 164+33+160=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A421A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A421A0 is #5BDE5F. Grayscale: #565656. Windows color (decimal): -6020704 or 10494372. OLE color: 10494372.

HSL color Cylindrical-coordinate representation of color #A421A0: hue angle of 301.83º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A421A0 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 33 160 -
CMYK 0 0.80 0.02 0.36
HSL 301.83º 0.66% 0.39% -
HSV(B) 301.83º 0.8% 0.64% -
XYZ 22.2 11.52 34.31 -
YUV 86.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 164 33 160 0 0.80 0.02 0.36 301.83 0.66 0.39
Hex A4 21 A0 0 50 2 24 12E 42 27
Octal 244 41 240 0 120 2 44 456 102 47
Binary 10100100 100001 10100000 0 1010000 10 100100 100101110 1000010 100111

Color Harmonies of #A421A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421A0

Black with #A421A0

Text Example


Text Example

White with #A421A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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