Html Css Color HEX #A0019A Dark Magenta

📋 copy color: '#A0019A'

red 160 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #A0019A

Tints of Dark Magenta #A0019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 154 (60.55% from 255) = 48.89%

R = 50.79%
G = 0.32%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A0019A (or 0xA0019A) is known color: Dark Magenta. HEX triplet: A0, 01 and 9A. RGB value is (160,1,154). Sum of RGB (Red+Green+Blue) = 160+1+154=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A0019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0019A is #5FFE65. Grayscale: #414141. Windows color (decimal): -6291046 or 10092960. OLE color: 10092960.

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

Color convert

RGB 160 1 154 -
CMYK 0 0.99 0.04 0.37
HSL 302.26º 0.99% 0.32% -
HSV(B) 302.26º 0.99% 0.63% -
XYZ 20.34 9.83 31.4 -
YUV 65.98 177.68 195.06 -
System Red Green Blue C M Y K H S L
Decimal 160 1 154 0 0.99 0.04 0.37 302.26 0.99 0.32
Hex A0 1 9A 0 63 4 25 12E 63 20
Octal 240 1 232 0 143 4 45 456 143 40
Binary 10100000 1 10011010 0 1100011 100 100101 100101110 1100011 100000

Color Harmonies of #A0019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0019A

Black with #A0019A

Text Example


Text Example

White with #A0019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0019A; }

 p { color: rgb(160,1,154); }

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

background-color css

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

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

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

border-color css

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

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

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