Html Css Color HEX #A00494 Dark Magenta

📋 copy color: '#A00494'

red 160 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #A00494

Tints of Dark Magenta #A00494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.44%

R = 51.28%
G = 1.28%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A00494 (or 0xA00494) is known color: Dark Magenta. HEX triplet: A0, 04 and 94. RGB value is (160,4,148). Sum of RGB (Red+Green+Blue) = 160+4+148=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A00494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00494 is #5FFB6B. Grayscale: #424242. Windows color (decimal): -6290284 or 9700512. OLE color: 9700512.

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

Color convert

RGB 160 4 148 -
CMYK 0 0.98 0.07 0.37
HSL 304.62º 0.95% 0.32% -
HSV(B) 304.62º 0.98% 0.63% -
XYZ 19.89 9.7 28.84 -
YUV 67.06 173.68 194.29 -
System Red Green Blue C M Y K H S L
Decimal 160 4 148 0 0.98 0.07 0.37 304.62 0.95 0.32
Hex A0 4 94 0 62 7 25 131 5F 20
Octal 240 4 224 0 142 7 45 461 137 40
Binary 10100000 100 10010100 0 1100010 111 100101 100110001 1011111 100000

Color Harmonies of #A00494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00494

Black with #A00494

Text Example


Text Example

White with #A00494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00494; }

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

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

background-color css

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

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

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

border-color css

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

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

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