Html Css Color HEX #A0078C Dark Magenta

📋 copy color: '#A0078C'

red 160 ◦ green 7 ◦ blue 140

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

Shades of Dark Magenta #A0078C

Tints of Dark Magenta #A0078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 52.12%
G = 2.28%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0078C (or 0xA0078C) is known color: Dark Magenta. HEX triplet: A0, 07 and 8C. RGB value is (160,7,140). Sum of RGB (Red+Green+Blue) = 160+7+140=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0078C is #5FF873. Grayscale: #434343. Windows color (decimal): -6289524 or 9176992. OLE color: 9176992.

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

Color convert

RGB 160 7 140 -
CMYK 0 0.96 0.12 0.37
HSL 307.84º 0.92% 0.33% -
HSV(B) 307.84º 0.96% 0.63% -
XYZ 19.31 9.52 25.63 -
YUV 67.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 160 7 140 0 0.96 0.12 0.37 307.84 0.92 0.33
Hex A0 7 8C 0 60 C 25 134 5C 21
Octal 240 7 214 0 140 14 45 464 134 41
Binary 10100000 111 10001100 0 1100000 1100 100101 100110100 1011100 100001

Color Harmonies of #A0078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0078C

Black with #A0078C

Text Example


Text Example

White with #A0078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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