Html Css Color HEX #A00394 Dark Magenta

📋 copy color: '#A00394'

red 160 ◦ green 3 ◦ blue 148

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

Shades of Dark Magenta #A00394

Tints of Dark Magenta #A00394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 51.45%
G = 0.96%
B = 47.59%

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

#A00394 (or 0xA00394) is known color: Dark Magenta. HEX triplet: A0, 03 and 94. RGB value is (160,3,148). Sum of RGB (Red+Green+Blue) = 160+3+148=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A00394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00394 is #5FFC6B. Grayscale: #424242. Windows color (decimal): -6290540 or 9700256. OLE color: 9700256.

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

Color convert

RGB 160 3 148 -
CMYK 0 0.98 0.07 0.37
HSL 304.59º 0.96% 0.32% -
HSV(B) 304.59º 0.98% 0.63% -
XYZ 19.88 9.68 28.84 -
YUV 66.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 160 3 148 0 0.98 0.07 0.37 304.59 0.96 0.32
Hex A0 3 94 0 62 7 25 131 60 20
Octal 240 3 224 0 142 7 45 461 140 40
Binary 10100000 11 10010100 0 1100010 111 100101 100110001 1100000 100000

Color Harmonies of #A00394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00394

Black with #A00394

Text Example


Text Example

White with #A00394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00394; }

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

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

background-color css

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

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

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

border-color css

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

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

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