Html Css Color HEX #A40499 Dark Magenta

📋 copy color: '#A40499'

red 164 ◦ green 4 ◦ blue 153

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

Shades of Dark Magenta #A40499

Tints of Dark Magenta #A40499

RGB

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

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

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

R = 51.09%
G = 1.25%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A40499 (or 0xA40499) is known color: Dark Magenta. HEX triplet: A4, 04 and 99. RGB value is (164,4,153). Sum of RGB (Red+Green+Blue) = 164+4+153=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A40499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40499 is #5BFB66. Grayscale: #444444. Windows color (decimal): -6028135 or 10028196. OLE color: 10028196.

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

Color convert

RGB 164 4 153 -
CMYK 0 0.98 0.07 0.36
HSL 304.13º 0.95% 0.33% -
HSV(B) 304.13º 0.98% 0.64% -
XYZ 21.1 10.28 31.01 -
YUV 68.83 175.51 195.88 -
System Red Green Blue C M Y K H S L
Decimal 164 4 153 0 0.98 0.07 0.36 304.13 0.95 0.33
Hex A4 4 99 0 62 7 24 130 5F 21
Octal 244 4 231 0 142 7 44 460 137 41
Binary 10100100 100 10011001 0 1100010 111 100100 100110000 1011111 100001

Color Harmonies of #A40499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40499

Black with #A40499

Text Example


Text Example

White with #A40499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40499; }

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

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

background-color css

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

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

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

border-color css

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

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

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