Html Css Color HEX #A00294 Dark Magenta

📋 copy color: '#A00294'

red 160 ◦ green 2 ◦ blue 148

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

Shades of Dark Magenta #A00294

Tints of Dark Magenta #A00294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.74%

R = 51.61%
G = 0.65%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A00294 (or 0xA00294) is known color: Dark Magenta. HEX triplet: A0, 02 and 94. RGB value is (160,2,148). Sum of RGB (Red+Green+Blue) = 160+2+148=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A00294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00294 is #5FFD6B. Grayscale: #414141. Windows color (decimal): -6290796 or 9700000. OLE color: 9700000.

HSL color Cylindrical-coordinate representation of color #A00294: hue angle of 304.56º 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 #A00294 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 148 -
CMYK 0 0.99 0.07 0.37
HSL 304.56º 0.98% 0.32% -
HSV(B) 304.56º 0.99% 0.63% -
XYZ 19.86 9.66 28.83 -
YUV 65.89 174.35 195.13 -
System Red Green Blue C M Y K H S L
Decimal 160 2 148 0 0.99 0.07 0.37 304.56 0.98 0.32
Hex A0 2 94 0 63 7 25 131 62 20
Octal 240 2 224 0 143 7 45 461 142 40
Binary 10100000 10 10010100 0 1100011 111 100101 100110001 1100010 100000

Color Harmonies of #A00294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00294

Black with #A00294

Text Example


Text Example

White with #A00294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00294; }

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

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

background-color css

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

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

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

border-color css

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

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

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