Html Css Color HEX #A00794 Dark Magenta

📋 copy color: '#A00794'

red 160 ◦ green 7 ◦ blue 148

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

Shades of Dark Magenta #A00794

Tints of Dark Magenta #A00794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 50.79%
G = 2.22%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A00794 (or 0xA00794) is known color: Dark Magenta. HEX triplet: A0, 07 and 94. RGB value is (160,7,148). Sum of RGB (Red+Green+Blue) = 160+7+148=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A00794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00794 is #5FF86B. Grayscale: #444444. Windows color (decimal): -6289516 or 9701280. OLE color: 9701280.

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

Color convert

RGB 160 7 148 -
CMYK 0 0.96 0.07 0.37
HSL 304.71º 0.92% 0.33% -
HSV(B) 304.71º 0.96% 0.63% -
XYZ 19.92 9.76 28.85 -
YUV 68.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 160 7 148 0 0.96 0.07 0.37 304.71 0.92 0.33
Hex A0 7 94 0 60 7 25 131 5C 21
Octal 240 7 224 0 140 7 45 461 134 41
Binary 10100000 111 10010100 0 1100000 111 100101 100110001 1011100 100001

Color Harmonies of #A00794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00794

Black with #A00794

Text Example


Text Example

White with #A00794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00794; }

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

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

background-color css

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

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

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

border-color css

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

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

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