Html Css Color HEX #A40988 Dark Magenta

📋 copy color: '#A40988'

red 164 ◦ green 9 ◦ blue 136

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

Shades of Dark Magenta #A40988

Tints of Dark Magenta #A40988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

 BLUE value IS 136 (53.52% from 255) = 44.01%

R = 53.07%
G = 2.91%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A40988 (or 0xA40988) is known color: Dark Magenta. HEX triplet: A4, 09 and 88. RGB value is (164,9,136). Sum of RGB (Red+Green+Blue) = 164+9+136=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A40988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40988 is #5BF677. Grayscale: #454545. Windows color (decimal): -6026872 or 8915364. OLE color: 8915364.

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

Color convert

RGB 164 9 136 -
CMYK 0 0.95 0.17 0.36
HSL 310.84º 0.9% 0.34% -
HSV(B) 310.84º 0.95% 0.64% -
XYZ 19.85 9.87 24.15 -
YUV 69.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 164 9 136 0 0.95 0.17 0.36 310.84 0.9 0.34
Hex A4 9 88 0 5F 11 24 137 5A 22
Octal 244 11 210 0 137 21 44 467 132 42
Binary 10100100 1001 10001000 0 1011111 10001 100100 100110111 1011010 100010

Color Harmonies of #A40988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40988

Black with #A40988

Text Example


Text Example

White with #A40988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40988; }

 p { color: rgb(164,9,136); }

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

background-color css

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

 a { background-color: rgb(164,9,136); }

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

border-color css

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

 span { border-color: rgb(164,9,136); }

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