Html Css Color HEX #A00190 Dark Magenta

📋 copy color: '#A00190'

red 160 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #A00190

Tints of Dark Magenta #A00190

RGB

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

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

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

R = 52.46%
G = 0.33%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A00190 (or 0xA00190) is known color: Dark Magenta. HEX triplet: A0, 01 and 90. RGB value is (160,1,144). Sum of RGB (Red+Green+Blue) = 160+1+144=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A00190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00190 is #5FFE6F. Grayscale: #404040. Windows color (decimal): -6291056 or 9437600. OLE color: 9437600.

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

Color convert

RGB 160 1 144 -
CMYK 0 0.99 0.1 0.37
HSL 306.04º 0.99% 0.32% -
HSV(B) 306.04º 0.99% 0.63% -
XYZ 19.54 9.51 27.19 -
YUV 64.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 160 1 144 0 0.99 0.1 0.37 306.04 0.99 0.32
Hex A0 1 90 0 63 A 25 132 63 20
Octal 240 1 220 0 143 12 45 462 143 40
Binary 10100000 1 10010000 0 1100011 1010 100101 100110010 1100011 100000

Color Harmonies of #A00190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00190

Black with #A00190

Text Example


Text Example

White with #A00190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00190; }

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

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

background-color css

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

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

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

border-color css

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

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

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