Html Css Color HEX #A000A0 Dark Magenta

📋 copy color: '#A000A0'

red 160 ◦ green 0 ◦ blue 160

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

Shades of Dark Magenta #A000A0

Tints of Dark Magenta #A000A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A000A0 (or 0xA000A0) is known color: Dark Magenta. HEX triplet: A0, 00 and A0. RGB value is (160,0,160). Sum of RGB (Red+Green+Blue) = 160+0+160=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A000A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000A0 is #5FFF5F. Grayscale: #414141. Windows color (decimal): -6291296 or 10485920. OLE color: 10485920.

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

Color convert

RGB 160 0 160 -
CMYK 0 1 0 0.37
HSL 300º 1% 0.31% -
HSV(B) 300º 1% 0.63% -
XYZ 20.84 10.01 34.09 -
YUV 66.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 160 0 160 0 1 0 0.37 300 1 0.31
Hex A0 0 A0 0 64 0 25 12C 64 1F
Octal 240 0 240 0 144 0 45 454 144 37
Binary 10100000 0 10100000 0 1100100 0 100101 100101100 1100100 11111

Color Harmonies of #A000A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000A0

Black with #A000A0

Text Example


Text Example

White with #A000A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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