Html Css Color HEX #A40BAE Dark Magenta

📋 copy color: '#A40BAE'

red 164 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #A40BAE

Tints of Dark Magenta #A40BAE

RGB

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

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

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

R = 46.99%
G = 3.15%
B = 49.86%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A40BAE (or 0xA40BAE) is known color: Dark Magenta. HEX triplet: A4, 0B and AE. RGB value is (164,11,174). Sum of RGB (Red+Green+Blue) = 164+11+174=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #A40BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40BAE is #5BF451. Grayscale: #4A4A4A. Windows color (decimal): -6026322 or 11406244. OLE color: 11406244.

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

Color convert

RGB 164 11 174 -
CMYK 0.06 0.94 0 0.32
HSL 296.32º 0.88% 0.36% -
HSV(B) 296.32º 0.94% 0.68% -
XYZ 23.07 11.19 40.99 -
YUV 75.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 164 11 174 0.06 0.94 0 0.32 296.32 0.88 0.36
Hex A4 B AE 6 5E 0 20 128 58 24
Octal 244 13 256 6 136 0 40 450 130 44
Binary 10100100 1011 10101110 110 1011110 0 100000 100101000 1011000 100100

Color Harmonies of #A40BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BAE

Black with #A40BAE

Text Example


Text Example

White with #A40BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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