Html Css Color HEX #A40191 Dark Magenta

📋 copy color: '#A40191'

red 164 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #A40191

Tints of Dark Magenta #A40191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 52.9%
G = 0.32%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A40191 (or 0xA40191) is known color: Dark Magenta. HEX triplet: A4, 01 and 91. RGB value is (164,1,145). Sum of RGB (Red+Green+Blue) = 164+1+145=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A40191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40191 is #5BFE6E. Grayscale: #414141. Windows color (decimal): -6028911 or 9503140. OLE color: 9503140.

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

Color convert

RGB 164 1 145 -
CMYK 0 0.99 0.12 0.36
HSL 306.99º 0.99% 0.32% -
HSV(B) 306.99º 0.99% 0.64% -
XYZ 20.43 9.96 27.63 -
YUV 66.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 164 1 145 0 0.99 0.12 0.36 306.99 0.99 0.32
Hex A4 1 91 0 63 C 24 133 63 20
Octal 244 1 221 0 143 14 44 463 143 40
Binary 10100100 1 10010001 0 1100011 1100 100100 100110011 1100011 100000

Color Harmonies of #A40191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40191

Black with #A40191

Text Example


Text Example

White with #A40191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40191; }

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

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

background-color css

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

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

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

border-color css

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

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

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