Html Css Color HEX #A00291 Dark Magenta

📋 copy color: '#A00291'

red 160 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #A00291

Tints of Dark Magenta #A00291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 52.12%
G = 0.65%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00291 (or 0xA00291) is known color: Dark Magenta. HEX triplet: A0, 02 and 91. RGB value is (160,2,145). Sum of RGB (Red+Green+Blue) = 160+2+145=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A00291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00291 is #5FFD6E. Grayscale: #414141. Windows color (decimal): -6290799 or 9503392. OLE color: 9503392.

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

Color convert

RGB 160 2 145 -
CMYK 0 0.99 0.09 0.37
HSL 305.7º 0.98% 0.32% -
HSV(B) 305.7º 0.99% 0.63% -
XYZ 19.63 9.56 27.6 -
YUV 65.54 172.85 195.37 -
System Red Green Blue C M Y K H S L
Decimal 160 2 145 0 0.99 0.09 0.37 305.7 0.98 0.32
Hex A0 2 91 0 63 9 25 132 62 20
Octal 240 2 221 0 143 11 45 462 142 40
Binary 10100000 10 10010001 0 1100011 1001 100101 100110010 1100010 100000

Color Harmonies of #A00291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00291

Black with #A00291

Text Example


Text Example

White with #A00291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00291; }

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

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

background-color css

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

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

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

border-color css

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

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

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