Html Css Color HEX #A40AAA Dark Magenta

📋 copy color: '#A40AAA'

red 164 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #A40AAA

Tints of Dark Magenta #A40AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.91%

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 47.67%
G = 2.91%
B = 49.42%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A40AAA (or 0xA40AAA) is known color: Dark Magenta. HEX triplet: A4, 0A and AA. RGB value is (164,10,170). Sum of RGB (Red+Green+Blue) = 164+10+170=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #A40AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40AAA is #5BF555. Grayscale: #494949. Windows color (decimal): -6026582 or 11143844. OLE color: 11143844.

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

Color convert

RGB 164 10 170 -
CMYK 0.04 0.94 0 0.33
HSL 297.75º 0.89% 0.35% -
HSV(B) 297.75º 0.94% 0.67% -
XYZ 22.67 11.01 38.96 -
YUV 74.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 164 10 170 0.04 0.94 0 0.33 297.75 0.89 0.35
Hex A4 A AA 4 5E 0 21 12A 59 23
Octal 244 12 252 4 136 0 41 452 131 43
Binary 10100100 1010 10101010 100 1011110 0 100001 100101010 1011001 100011

Color Harmonies of #A40AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AAA

Black with #A40AAA

Text Example


Text Example

White with #A40AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AAA; }

 p { color: rgb(164,10,170); }

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

background-color css

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

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

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

border-color css

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

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

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