Html Css Color HEX #A01990 Dark Magenta

📋 copy color: '#A01990'

red 160 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #A01990

Tints of Dark Magenta #A01990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 48.63%
G = 7.6%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A01990 (or 0xA01990) is known color: Dark Magenta. HEX triplet: A0, 19 and 90. RGB value is (160,25,144). Sum of RGB (Red+Green+Blue) = 160+25+144=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A01990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01990 is #5FE66F. Grayscale: #4E4E4E. Windows color (decimal): -6284912 or 9443744. OLE color: 9443744.

HSL color Cylindrical-coordinate representation of color #A01990: hue angle of 307.11º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01990 is Cyan = 0, Magento = 0.84, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 25 144 -
CMYK 0 0.84 0.1 0.37
HSL 307.11º 0.73% 0.36% -
HSV(B) 307.11º 0.84% 0.63% -
XYZ 19.88 10.18 27.3 -
YUV 78.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 160 25 144 0 0.84 0.1 0.37 307.11 0.73 0.36
Hex A0 19 90 0 54 A 25 133 49 24
Octal 240 31 220 0 124 12 45 463 111 44
Binary 10100000 11001 10010000 0 1010100 1010 100101 100110011 1001001 100100

Color Harmonies of #A01990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01990

Black with #A01990

Text Example


Text Example

White with #A01990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01990; }

 p { color: rgb(160,25,144); }

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

background-color css

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

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

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

border-color css

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

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

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