Html Css Color HEX #A00490 Dark Magenta

📋 copy color: '#A00490'

red 160 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #A00490

Tints of Dark Magenta #A00490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 51.95%
G = 1.3%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A00490 (or 0xA00490) is known color: Dark Magenta. HEX triplet: A0, 04 and 90. RGB value is (160,4,144). Sum of RGB (Red+Green+Blue) = 160+4+144=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A00490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00490 is #5FFB6F. Grayscale: #424242. Windows color (decimal): -6290288 or 9438368. OLE color: 9438368.

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

Color convert

RGB 160 4 144 -
CMYK 0 0.98 0.1 0.37
HSL 306.15º 0.95% 0.32% -
HSV(B) 306.15º 0.98% 0.63% -
XYZ 19.57 9.57 27.2 -
YUV 66.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 160 4 144 0 0.98 0.1 0.37 306.15 0.95 0.32
Hex A0 4 90 0 62 A 25 132 5F 20
Octal 240 4 220 0 142 12 45 462 137 40
Binary 10100000 100 10010000 0 1100010 1010 100101 100110010 1011111 100000

Color Harmonies of #A00490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00490

Black with #A00490

Text Example


Text Example

White with #A00490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00490; }

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

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

background-color css

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

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

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

border-color css

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

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

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