Html Css Color HEX #A0008C Dark Magenta

📋 copy color: '#A0008C'

red 160 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #A0008C

Tints of Dark Magenta #A0008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.33%
G = 0%
B = 46.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0008C (or 0xA0008C) is known color: Dark Magenta. HEX triplet: A0, 00 and 8C. RGB value is (160,0,140). Sum of RGB (Red+Green+Blue) = 160+0+140=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0008C is #5FFF73. Grayscale: #3F3F3F. Windows color (decimal): -6291316 or 9175200. OLE color: 9175200.

HSL color Cylindrical-coordinate representation of color #A0008C: hue angle of 307.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0008C is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 140 -
CMYK 0 1 0.12 0.37
HSL 307.5º 1% 0.31% -
HSV(B) 307.5º 1% 0.63% -
XYZ 19.23 9.37 25.61 -
YUV 63.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 160 0 140 0 1 0.12 0.37 307.5 1 0.31
Hex A0 0 8C 0 64 C 25 134 64 1F
Octal 240 0 214 0 144 14 45 464 144 37
Binary 10100000 0 10001100 0 1100100 1100 100101 100110100 1100100 11111

Color Harmonies of #A0008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0008C

Black with #A0008C

Text Example


Text Example

White with #A0008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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