Html Css Color HEX #A00491 Dark Magenta

📋 copy color: '#A00491'

red 160 ◦ green 4 ◦ blue 145

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

Shades of Dark Magenta #A00491

Tints of Dark Magenta #A00491

RGB

 RED value IS 160 (62.89% from 255) = 51.78%

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

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

R = 51.78%
G = 1.29%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00491 (or 0xA00491) is known color: Dark Magenta. HEX triplet: A0, 04 and 91. RGB value is (160,4,145). Sum of RGB (Red+Green+Blue) = 160+4+145=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A00491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00491 is #5FFB6E. Grayscale: #424242. Windows color (decimal): -6290287 or 9503904. OLE color: 9503904.

HSL color Cylindrical-coordinate representation of color #A00491: hue angle of 305.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00491 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 145 -
CMYK 0 0.98 0.09 0.37
HSL 305.77º 0.95% 0.32% -
HSV(B) 305.77º 0.98% 0.63% -
XYZ 19.65 9.6 27.61 -
YUV 66.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 160 4 145 0 0.98 0.09 0.37 305.77 0.95 0.32
Hex A0 4 91 0 62 9 25 132 5F 20
Octal 240 4 221 0 142 11 45 462 137 40
Binary 10100000 100 10010001 0 1100010 1001 100101 100110010 1011111 100000

Color Harmonies of #A00491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00491

Black with #A00491

Text Example


Text Example

White with #A00491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00491; }

 p { color: rgb(160,4,145); }

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

background-color css

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

 a { background-color: rgb(160,4,145); }

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

border-color css

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

 span { border-color: rgb(160,4,145); }

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