Html Css Color HEX #A0018F Dark Magenta

📋 copy color: '#A0018F'

red 160 ◦ green 1 ◦ blue 143

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

Shades of Dark Magenta #A0018F

Tints of Dark Magenta #A0018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 52.63%
G = 0.33%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0018F (or 0xA0018F) is known color: Dark Magenta. HEX triplet: A0, 01 and 8F. RGB value is (160,1,143). Sum of RGB (Red+Green+Blue) = 160+1+143=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0018F is #5FFE70. Grayscale: #404040. Windows color (decimal): -6291057 or 9372064. OLE color: 9372064.

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

Color convert

RGB 160 1 143 -
CMYK 0 0.99 0.11 0.37
HSL 306.42º 0.99% 0.32% -
HSV(B) 306.42º 0.99% 0.63% -
XYZ 19.47 9.48 26.79 -
YUV 64.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 160 1 143 0 0.99 0.11 0.37 306.42 0.99 0.32
Hex A0 1 8F 0 63 B 25 132 63 20
Octal 240 1 217 0 143 13 45 462 143 40
Binary 10100000 1 10001111 0 1100011 1011 100101 100110010 1100011 100000

Color Harmonies of #A0018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0018F

Black with #A0018F

Text Example


Text Example

White with #A0018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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