Html Css Color HEX #A40090 Dark Magenta

📋 copy color: '#A40090'

red 164 ◦ green 0 ◦ blue 144

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

Shades of Dark Magenta #A40090

Tints of Dark Magenta #A40090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.25%
G = 0%
B = 46.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A40090 (or 0xA40090) is known color: Dark Magenta. HEX triplet: A4, 00 and 90. RGB value is (164,0,144). Sum of RGB (Red+Green+Blue) = 164+0+144=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A40090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40090 is #5BFF6F. Grayscale: #414141. Windows color (decimal): -6029168 or 9437348. OLE color: 9437348.

HSL color Cylindrical-coordinate representation of color #A40090: hue angle of 307.32º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40090 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 0 144 -
CMYK 0 1 0.12 0.36
HSL 307.32º 1% 0.32% -
HSV(B) 307.32º 1% 0.64% -
XYZ 20.34 9.91 27.23 -
YUV 65.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 164 0 144 0 1 0.12 0.36 307.32 1 0.32
Hex A4 0 90 0 64 C 24 133 64 20
Octal 244 0 220 0 144 14 44 463 144 40
Binary 10100100 0 10010000 0 1100100 1100 100100 100110011 1100100 100000

Color Harmonies of #A40090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40090

Black with #A40090

Text Example


Text Example

White with #A40090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40090; }

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

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

background-color css

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

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

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

border-color css

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

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

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