Html Css Color HEX #A0079B Dark Magenta

📋 copy color: '#A0079B'

red 160 ◦ green 7 ◦ blue 155

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

Shades of Dark Magenta #A0079B

Tints of Dark Magenta #A0079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.14%

R = 49.69%
G = 2.17%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0079B (or 0xA0079B) is known color: Dark Magenta. HEX triplet: A0, 07 and 9B. RGB value is (160,7,155). Sum of RGB (Red+Green+Blue) = 160+7+155=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0079B is #5FF864. Grayscale: #454545. Windows color (decimal): -6289509 or 10160032. OLE color: 10160032.

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

Color convert

RGB 160 7 155 -
CMYK 0 0.96 0.03 0.37
HSL 301.96º 0.92% 0.33% -
HSV(B) 301.96º 0.96% 0.63% -
XYZ 20.49 9.99 31.86 -
YUV 69.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 160 7 155 0 0.96 0.03 0.37 301.96 0.92 0.33
Hex A0 7 9B 0 60 3 25 12E 5C 21
Octal 240 7 233 0 140 3 45 456 134 41
Binary 10100000 111 10011011 0 1100000 11 100101 100101110 1011100 100001

Color Harmonies of #A0079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0079B

Black with #A0079B

Text Example


Text Example

White with #A0079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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