Html Css Color HEX #A00295 Dark Magenta

📋 copy color: '#A00295'

red 160 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #A00295

Tints of Dark Magenta #A00295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 51.45%
G = 0.64%
B = 47.91%

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

#A00295 (or 0xA00295) is known color: Dark Magenta. HEX triplet: A0, 02 and 95. RGB value is (160,2,149). Sum of RGB (Red+Green+Blue) = 160+2+149=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A00295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00295 is #5FFD6A. Grayscale: #414141. Windows color (decimal): -6290795 or 9765536. OLE color: 9765536.

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

Color convert

RGB 160 2 149 -
CMYK 0 0.99 0.07 0.37
HSL 304.18º 0.98% 0.32% -
HSV(B) 304.18º 0.99% 0.63% -
XYZ 19.94 9.69 29.25 -
YUV 66 174.85 195.05 -
System Red Green Blue C M Y K H S L
Decimal 160 2 149 0 0.99 0.07 0.37 304.18 0.98 0.32
Hex A0 2 95 0 63 7 25 130 62 20
Octal 240 2 225 0 143 7 45 460 142 40
Binary 10100000 10 10010101 0 1100011 111 100101 100110000 1100010 100000

Color Harmonies of #A00295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00295

Black with #A00295

Text Example


Text Example

White with #A00295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00295; }

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

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

background-color css

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

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

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

border-color css

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

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

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