Html Css Color HEX #A40487 Dark Magenta

📋 copy color: '#A40487'

red 164 ◦ green 4 ◦ blue 135

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

Shades of Dark Magenta #A40487

Tints of Dark Magenta #A40487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 54.13%
G = 1.32%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A40487 (or 0xA40487) is known color: Dark Magenta. HEX triplet: A4, 04 and 87. RGB value is (164,4,135). Sum of RGB (Red+Green+Blue) = 164+4+135=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A40487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40487 is #5BFB78. Grayscale: #424242. Windows color (decimal): -6028153 or 8848548. OLE color: 8848548.

HSL color Cylindrical-coordinate representation of color #A40487: hue angle of 310.88º 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 #A40487 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 135 -
CMYK 0 0.98 0.18 0.36
HSL 310.88º 0.95% 0.33% -
HSV(B) 310.88º 0.98% 0.64% -
XYZ 19.73 9.73 23.76 -
YUV 66.77 166.51 197.35 -
System Red Green Blue C M Y K H S L
Decimal 164 4 135 0 0.98 0.18 0.36 310.88 0.95 0.33
Hex A4 4 87 0 62 12 24 137 5F 21
Octal 244 4 207 0 142 22 44 467 137 41
Binary 10100100 100 10000111 0 1100010 10010 100100 100110111 1011111 100001

Color Harmonies of #A40487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40487

Black with #A40487

Text Example


Text Example

White with #A40487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40487; }

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

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

background-color css

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

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

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

border-color css

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

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

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