Html Css Color HEX #A40BAA Dark Magenta

📋 copy color: '#A40BAA'

red 164 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #A40BAA

Tints of Dark Magenta #A40BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.19%

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

R = 47.54%
G = 3.19%
B = 49.28%

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

#A40BAA (or 0xA40BAA) is known color: Dark Magenta. HEX triplet: A4, 0B and AA. RGB value is (164,11,170). Sum of RGB (Red+Green+Blue) = 164+11+170=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #A40BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40BAA is #5BF455. Grayscale: #4A4A4A. Windows color (decimal): -6026326 or 11144100. OLE color: 11144100.

HSL color Cylindrical-coordinate representation of color #A40BAA: hue angle of 297.74º degrees, saturation: 0.88, 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 #A40BAA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 11 170 -
CMYK 0.04 0.94 0 0.33
HSL 297.74º 0.88% 0.35% -
HSV(B) 297.74º 0.94% 0.67% -
XYZ 22.69 11.03 38.96 -
YUV 74.87 181.69 191.57 -
System Red Green Blue C M Y K H S L
Decimal 164 11 170 0.04 0.94 0 0.33 297.74 0.88 0.35
Hex A4 B AA 4 5E 0 21 12A 58 23
Octal 244 13 252 4 136 0 41 452 130 43
Binary 10100100 1011 10101010 100 1011110 0 100001 100101010 1011000 100011

Color Harmonies of #A40BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BAA

Black with #A40BAA

Text Example


Text Example

White with #A40BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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