Html Css Color HEX #A40A89 Dark Magenta

📋 copy color: '#A40A89'

red 164 ◦ green 10 ◦ blue 137

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

Shades of Dark Magenta #A40A89

Tints of Dark Magenta #A40A89

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.22%

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

R = 52.73%
G = 3.22%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A40A89 (or 0xA40A89) is known color: Dark Magenta. HEX triplet: A4, 0A and 89. RGB value is (164,10,137). Sum of RGB (Red+Green+Blue) = 164+10+137=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40A89 is #5BF576. Grayscale: #464646. Windows color (decimal): -6026615 or 8981156. OLE color: 8981156.

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

Color convert

RGB 164 10 137 -
CMYK 0 0.94 0.16 0.36
HSL 310.52º 0.89% 0.34% -
HSV(B) 310.52º 0.94% 0.64% -
XYZ 19.93 9.92 24.53 -
YUV 70.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 164 10 137 0 0.94 0.16 0.36 310.52 0.89 0.34
Hex A4 A 89 0 5E 10 24 137 59 22
Octal 244 12 211 0 136 20 44 467 131 42
Binary 10100100 1010 10001001 0 1011110 10000 100100 100110111 1011001 100010

Color Harmonies of #A40A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A89

Black with #A40A89

Text Example


Text Example

White with #A40A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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