Html Css Color HEX #A00297 Dark Magenta

📋 copy color: '#A00297'

red 160 ◦ green 2 ◦ blue 151

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

Shades of Dark Magenta #A00297

Tints of Dark Magenta #A00297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 51.12%
G = 0.64%
B = 48.24%

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

#A00297 (or 0xA00297) is known color: Dark Magenta. HEX triplet: A0, 02 and 97. RGB value is (160,2,151). Sum of RGB (Red+Green+Blue) = 160+2+151=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00297 is #5FFD68. Grayscale: #414141. Windows color (decimal): -6290793 or 9896608. OLE color: 9896608.

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

Color convert

RGB 160 2 151 -
CMYK 0 0.99 0.06 0.37
HSL 303.42º 0.98% 0.32% -
HSV(B) 303.42º 0.99% 0.63% -
XYZ 20.1 9.75 30.1 -
YUV 66.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 160 2 151 0 0.99 0.06 0.37 303.42 0.98 0.32
Hex A0 2 97 0 63 6 25 12F 62 20
Octal 240 2 227 0 143 6 45 457 142 40
Binary 10100000 10 10010111 0 1100011 110 100101 100101111 1100010 100000

Color Harmonies of #A00297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00297

Black with #A00297

Text Example


Text Example

White with #A00297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00297; }

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

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

background-color css

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

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

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

border-color css

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

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

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