Html Css Color HEX #A00296 Dark Magenta

📋 copy color: '#A00296'

red 160 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #A00296

Tints of Dark Magenta #A00296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 51.28%
G = 0.64%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A00296 (or 0xA00296) is known color: Dark Magenta. HEX triplet: A0, 02 and 96. RGB value is (160,2,150). Sum of RGB (Red+Green+Blue) = 160+2+150=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A00296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00296 is #5FFD69. Grayscale: #414141. Windows color (decimal): -6290794 or 9831072. OLE color: 9831072.

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

Color convert

RGB 160 2 150 -
CMYK 0 0.99 0.06 0.37
HSL 303.8º 0.98% 0.32% -
HSV(B) 303.8º 0.99% 0.63% -
XYZ 20.02 9.72 29.67 -
YUV 66.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 160 2 150 0 0.99 0.06 0.37 303.8 0.98 0.32
Hex A0 2 96 0 63 6 25 130 62 20
Octal 240 2 226 0 143 6 45 460 142 40
Binary 10100000 10 10010110 0 1100011 110 100101 100110000 1100010 100000

Color Harmonies of #A00296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00296

Black with #A00296

Text Example


Text Example

White with #A00296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00296; }

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

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

background-color css

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

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

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

border-color css

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

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

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