Html Css Color HEX #A40999 Dark Magenta

📋 copy color: '#A40999'

red 164 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #A40999

Tints of Dark Magenta #A40999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 50.31%
G = 2.76%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A40999 (or 0xA40999) is known color: Dark Magenta. HEX triplet: A4, 09 and 99. RGB value is (164,9,153). Sum of RGB (Red+Green+Blue) = 164+9+153=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A40999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40999 is #5BF666. Grayscale: #474747. Windows color (decimal): -6026855 or 10029476. OLE color: 10029476.

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

Color convert

RGB 164 9 153 -
CMYK 0 0.95 0.07 0.36
HSL 304.26º 0.9% 0.34% -
HSV(B) 304.26º 0.95% 0.64% -
XYZ 21.16 10.39 31.03 -
YUV 71.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 164 9 153 0 0.95 0.07 0.36 304.26 0.9 0.34
Hex A4 9 99 0 5F 7 24 130 5A 22
Octal 244 11 231 0 137 7 44 460 132 42
Binary 10100100 1001 10011001 0 1011111 111 100100 100110000 1011010 100010

Color Harmonies of #A40999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40999

Black with #A40999

Text Example


Text Example

White with #A40999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40999; }

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

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

background-color css

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

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

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

border-color css

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

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

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