Html Css Color HEX #A00791 Dark Magenta

📋 copy color: '#A00791'

red 160 ◦ green 7 ◦ blue 145

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

Shades of Dark Magenta #A00791

Tints of Dark Magenta #A00791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 51.28%
G = 2.24%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00791 (or 0xA00791) is known color: Dark Magenta. HEX triplet: A0, 07 and 91. RGB value is (160,7,145). Sum of RGB (Red+Green+Blue) = 160+7+145=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A00791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00791 is #5FF86E. Grayscale: #444444. Windows color (decimal): -6289519 or 9504672. OLE color: 9504672.

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

Color convert

RGB 160 7 145 -
CMYK 0 0.96 0.09 0.37
HSL 305.88º 0.92% 0.33% -
HSV(B) 305.88º 0.96% 0.63% -
XYZ 19.68 9.67 27.62 -
YUV 68.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 160 7 145 0 0.96 0.09 0.37 305.88 0.92 0.33
Hex A0 7 91 0 60 9 25 132 5C 21
Octal 240 7 221 0 140 11 45 462 134 41
Binary 10100000 111 10010001 0 1100000 1001 100101 100110010 1011100 100001

Color Harmonies of #A00791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00791

Black with #A00791

Text Example


Text Example

White with #A00791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00791; }

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

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

background-color css

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

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

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

border-color css

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

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

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