Html Css Color HEX #A40FAE Dark Magenta

📋 copy color: '#A40FAE'

red 164 ◦ green 15 ◦ blue 174

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

Shades of Dark Magenta #A40FAE

Tints of Dark Magenta #A40FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 46.46%
G = 4.25%
B = 49.29%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A40FAE (or 0xA40FAE) is known color: Dark Magenta. HEX triplet: A4, 0F and AE. RGB value is (164,15,174). Sum of RGB (Red+Green+Blue) = 164+15+174=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #A40FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FAE is #5BF051. Grayscale: #4D4D4D. Windows color (decimal): -6025298 or 11407268. OLE color: 11407268.

HSL color Cylindrical-coordinate representation of color #A40FAE: hue angle of 296.23º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40FAE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 15 174 -
CMYK 0.06 0.91 0 0.32
HSL 296.23º 0.84% 0.37% -
HSV(B) 296.23º 0.91% 0.68% -
XYZ 23.12 11.29 41.01 -
YUV 77.68 182.36 189.57 -
System Red Green Blue C M Y K H S L
Decimal 164 15 174 0.06 0.91 0 0.32 296.23 0.84 0.37
Hex A4 F AE 6 5B 0 20 128 54 25
Octal 244 17 256 6 133 0 40 450 124 45
Binary 10100100 1111 10101110 110 1011011 0 100000 100101000 1010100 100101

Color Harmonies of #A40FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FAE

Black with #A40FAE

Text Example


Text Example

White with #A40FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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