Html Css Color HEX #A00289 Dark Magenta

📋 copy color: '#A00289'

red 160 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #A00289

Tints of Dark Magenta #A00289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 53.51%
G = 0.67%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A00289 (or 0xA00289) is known color: Dark Magenta. HEX triplet: A0, 02 and 89. RGB value is (160,2,137). Sum of RGB (Red+Green+Blue) = 160+2+137=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A00289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00289 is #5FFD76. Grayscale: #404040. Windows color (decimal): -6290807 or 8979104. OLE color: 8979104.

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

Color convert

RGB 160 2 137 -
CMYK 0 0.99 0.14 0.37
HSL 308.73º 0.98% 0.32% -
HSV(B) 308.73º 0.99% 0.63% -
XYZ 19.03 9.32 24.46 -
YUV 64.63 168.85 196.02 -
System Red Green Blue C M Y K H S L
Decimal 160 2 137 0 0.99 0.14 0.37 308.73 0.98 0.32
Hex A0 2 89 0 63 E 25 135 62 20
Octal 240 2 211 0 143 16 45 465 142 40
Binary 10100000 10 10001001 0 1100011 1110 100101 100110101 1100010 100000

Color Harmonies of #A00289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00289

Black with #A00289

Text Example


Text Example

White with #A00289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00289; }

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

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

background-color css

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

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

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

border-color css

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

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

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