Html Css Color HEX #A40490 Dark Magenta

📋 copy color: '#A40490'

red 164 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #A40490

Tints of Dark Magenta #A40490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 52.56%
G = 1.28%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A40490 (or 0xA40490) is known color: Dark Magenta. HEX triplet: A4, 04 and 90. RGB value is (164,4,144). Sum of RGB (Red+Green+Blue) = 164+4+144=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A40490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40490 is #5BFB6F. Grayscale: #434343. Windows color (decimal): -6028144 or 9438372. OLE color: 9438372.

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

Color convert

RGB 164 4 144 -
CMYK 0 0.98 0.12 0.36
HSL 307.5º 0.95% 0.33% -
HSV(B) 307.5º 0.98% 0.64% -
XYZ 20.39 9.99 27.24 -
YUV 67.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 164 4 144 0 0.98 0.12 0.36 307.5 0.95 0.33
Hex A4 4 90 0 62 C 24 134 5F 21
Octal 244 4 220 0 142 14 44 464 137 41
Binary 10100100 100 10010000 0 1100010 1100 100100 100110100 1011111 100001

Color Harmonies of #A40490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40490

Black with #A40490

Text Example


Text Example

White with #A40490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40490; }

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

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

background-color css

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

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

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

border-color css

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

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

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