Html Css Color HEX #A40489 Dark Magenta

📋 copy color: '#A40489'

red 164 ◦ green 4 ◦ blue 137

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

Shades of Dark Magenta #A40489

Tints of Dark Magenta #A40489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

 BLUE value IS 137 (53.91% from 255) = 44.92%

R = 53.77%
G = 1.31%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A40489 (or 0xA40489) is known color: Dark Magenta. HEX triplet: A4, 04 and 89. RGB value is (164,4,137). Sum of RGB (Red+Green+Blue) = 164+4+137=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A40489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40489 is #5BFB76. Grayscale: #424242. Windows color (decimal): -6028151 or 8979620. OLE color: 8979620.

HSL color Cylindrical-coordinate representation of color #A40489: hue angle of 310.12º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40489 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 137 -
CMYK 0 0.98 0.16 0.36
HSL 310.13º 0.95% 0.33% -
HSV(B) 310.13º 0.98% 0.64% -
XYZ 19.87 9.79 24.51 -
YUV 67 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 164 4 137 0 0.98 0.16 0.36 310.13 0.95 0.33
Hex A4 4 89 0 62 10 24 136 5F 21
Octal 244 4 211 0 142 20 44 466 137 41
Binary 10100100 100 10001001 0 1100010 10000 100100 100110110 1011111 100001

Color Harmonies of #A40489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40489

Black with #A40489

Text Example


Text Example

White with #A40489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40489; }

 p { color: rgb(164,4,137); }

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

background-color css

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

 a { background-color: rgb(164,4,137); }

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

border-color css

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

 span { border-color: rgb(164,4,137); }

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