Html Css Color HEX #A00790 Dark Magenta

📋 copy color: '#A00790'

red 160 ◦ green 7 ◦ blue 144

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

Shades of Dark Magenta #A00790

Tints of Dark Magenta #A00790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 51.45%
G = 2.25%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A00790 (or 0xA00790) is known color: Dark Magenta. HEX triplet: A0, 07 and 90. RGB value is (160,7,144). Sum of RGB (Red+Green+Blue) = 160+7+144=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A00790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00790 is #5FF86F. Grayscale: #434343. Windows color (decimal): -6289520 or 9439136. OLE color: 9439136.

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

Color convert

RGB 160 7 144 -
CMYK 0 0.96 0.1 0.37
HSL 306.27º 0.92% 0.33% -
HSV(B) 306.27º 0.96% 0.63% -
XYZ 19.61 9.64 27.21 -
YUV 68.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 160 7 144 0 0.96 0.1 0.37 306.27 0.92 0.33
Hex A0 7 90 0 60 A 25 132 5C 21
Octal 240 7 220 0 140 12 45 462 134 41
Binary 10100000 111 10010000 0 1100000 1010 100101 100110010 1011100 100001

Color Harmonies of #A00790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00790

Black with #A00790

Text Example


Text Example

White with #A00790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00790; }

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

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

background-color css

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

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

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

border-color css

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

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

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