Html Css Color HEX #A40091 Dark Magenta

📋 copy color: '#A40091'

red 164 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #A40091

Tints of Dark Magenta #A40091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 53.07%
G = 0%
B = 46.93%

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

#A40091 (or 0xA40091) is known color: Dark Magenta. HEX triplet: A4, 00 and 91. RGB value is (164,0,145). Sum of RGB (Red+Green+Blue) = 164+0+145=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A40091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40091 is #5BFF6E. Grayscale: #414141. Windows color (decimal): -6029167 or 9502884. OLE color: 9502884.

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

Color convert

RGB 164 0 145 -
CMYK 0 1 0.12 0.36
HSL 306.95º 1% 0.32% -
HSV(B) 306.95º 1% 0.64% -
XYZ 20.42 9.94 27.63 -
YUV 65.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 164 0 145 0 1 0.12 0.36 306.95 1 0.32
Hex A4 0 91 0 64 C 24 133 64 20
Octal 244 0 221 0 144 14 44 463 144 40
Binary 10100100 0 10010001 0 1100100 1100 100100 100110011 1100100 100000

Color Harmonies of #A40091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40091

Black with #A40091

Text Example


Text Example

White with #A40091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40091; }

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

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

background-color css

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

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

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

border-color css

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

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

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