Html Css Color HEX #A00793 Dark Magenta

📋 copy color: '#A00793'

red 160 ◦ green 7 ◦ blue 147

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

Shades of Dark Magenta #A00793

Tints of Dark Magenta #A00793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 50.96%
G = 2.23%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A00793 (or 0xA00793) is known color: Dark Magenta. HEX triplet: A0, 07 and 93. RGB value is (160,7,147). Sum of RGB (Red+Green+Blue) = 160+7+147=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A00793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00793 is #5FF86C. Grayscale: #444444. Windows color (decimal): -6289517 or 9635744. OLE color: 9635744.

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

Color convert

RGB 160 7 147 -
CMYK 0 0.96 0.08 0.37
HSL 305.1º 0.92% 0.33% -
HSV(B) 305.1º 0.96% 0.63% -
XYZ 19.84 9.73 28.44 -
YUV 68.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 160 7 147 0 0.96 0.08 0.37 305.1 0.92 0.33
Hex A0 7 93 0 60 8 25 131 5C 21
Octal 240 7 223 0 140 10 45 461 134 41
Binary 10100000 111 10010011 0 1100000 1000 100101 100110001 1011100 100001

Color Harmonies of #A00793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00793

Black with #A00793

Text Example


Text Example

White with #A00793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00793; }

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

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

background-color css

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

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

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

border-color css

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

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

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