Html Css Color HEX #A40FAA Dark Magenta

📋 copy color: '#A40FAA'

red 164 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #A40FAA

Tints of Dark Magenta #A40FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.3%

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

R = 46.99%
G = 4.3%
B = 48.71%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A40FAA (or 0xA40FAA) is known color: Dark Magenta. HEX triplet: A4, 0F and AA. RGB value is (164,15,170). Sum of RGB (Red+Green+Blue) = 164+15+170=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #A40FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FAA is #5BF055. Grayscale: #4C4C4C. Windows color (decimal): -6025302 or 11145124. OLE color: 11145124.

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

Color convert

RGB 164 15 170 -
CMYK 0.04 0.91 0 0.33
HSL 297.68º 0.84% 0.36% -
HSV(B) 297.68º 0.91% 0.67% -
XYZ 22.74 11.14 38.98 -
YUV 77.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 164 15 170 0.04 0.91 0 0.33 297.68 0.84 0.36
Hex A4 F AA 4 5B 0 21 12A 54 24
Octal 244 17 252 4 133 0 41 452 124 44
Binary 10100100 1111 10101010 100 1011011 0 100001 100101010 1010100 100100

Color Harmonies of #A40FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FAA

Black with #A40FAA

Text Example


Text Example

White with #A40FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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