Html Css Color HEX #A00789 Dark Magenta

📋 copy color: '#A00789'

red 160 ◦ green 7 ◦ blue 137

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

Shades of Dark Magenta #A00789

Tints of Dark Magenta #A00789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 52.63%
G = 2.3%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A00789 (or 0xA00789) is known color: Dark Magenta. HEX triplet: A0, 07 and 89. RGB value is (160,7,137). Sum of RGB (Red+Green+Blue) = 160+7+137=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A00789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00789 is #5FF876. Grayscale: #434343. Windows color (decimal): -6289527 or 8980384. OLE color: 8980384.

HSL color Cylindrical-coordinate representation of color #A00789: hue angle of 309.02º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00789 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 137 -
CMYK 0 0.96 0.14 0.37
HSL 309.02º 0.92% 0.33% -
HSV(B) 309.02º 0.96% 0.63% -
XYZ 19.09 9.43 24.48 -
YUV 67.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 160 7 137 0 0.96 0.14 0.37 309.02 0.92 0.33
Hex A0 7 89 0 60 E 25 135 5C 21
Octal 240 7 211 0 140 16 45 465 134 41
Binary 10100000 111 10001001 0 1100000 1110 100101 100110101 1011100 100001

Color Harmonies of #A00789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00789

Black with #A00789

Text Example


Text Example

White with #A00789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00789; }

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

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

background-color css

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

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

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

border-color css

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

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

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