Html Css Color HEX #A00189 Dark Magenta

📋 copy color: '#A00189'

red 160 ◦ green 1 ◦ blue 137

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

Shades of Dark Magenta #A00189

Tints of Dark Magenta #A00189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 53.69%
G = 0.34%
B = 45.97%

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

#A00189 (or 0xA00189) is known color: Dark Magenta. HEX triplet: A0, 01 and 89. RGB value is (160,1,137). Sum of RGB (Red+Green+Blue) = 160+1+137=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00189 is #5FFE76. Grayscale: #3F3F3F. Windows color (decimal): -6291063 or 8978848. OLE color: 8978848.

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

Color convert

RGB 160 1 137 -
CMYK 0 0.99 0.14 0.37
HSL 308.68º 0.99% 0.32% -
HSV(B) 308.68º 0.99% 0.63% -
XYZ 19.02 9.3 24.46 -
YUV 64.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 160 1 137 0 0.99 0.14 0.37 308.68 0.99 0.32
Hex A0 1 89 0 63 E 25 135 63 20
Octal 240 1 211 0 143 16 45 465 143 40
Binary 10100000 1 10001001 0 1100011 1110 100101 100110101 1100011 100000

Color Harmonies of #A00189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00189

Black with #A00189

Text Example


Text Example

White with #A00189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00189; }

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

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

background-color css

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

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

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

border-color css

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

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

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