Html Css Color HEX #A0079C Dark Magenta

📋 copy color: '#A0079C'

red 160 ◦ green 7 ◦ blue 156

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

Shades of Dark Magenta #A0079C

Tints of Dark Magenta #A0079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.3%

R = 49.54%
G = 2.17%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0079C (or 0xA0079C) is known color: Dark Magenta. HEX triplet: A0, 07 and 9C. RGB value is (160,7,156). Sum of RGB (Red+Green+Blue) = 160+7+156=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0079C is #5FF863. Grayscale: #454545. Windows color (decimal): -6289508 or 10225568. OLE color: 10225568.

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

Color convert

RGB 160 7 156 -
CMYK 0 0.96 0.02 0.37
HSL 301.57º 0.92% 0.33% -
HSV(B) 301.57º 0.96% 0.63% -
XYZ 20.57 10.03 32.3 -
YUV 69.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 160 7 156 0 0.96 0.02 0.37 301.57 0.92 0.33
Hex A0 7 9C 0 60 2 25 12E 5C 21
Octal 240 7 234 0 140 2 45 456 134 41
Binary 10100000 111 10011100 0 1100000 10 100101 100101110 1011100 100001

Color Harmonies of #A0079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0079C

Black with #A0079C

Text Example


Text Example

White with #A0079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0079C; }

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

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

background-color css

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

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

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

border-color css

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

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

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