Html Css Color HEX #A00481 Dark Magenta

📋 copy color: '#A00481'

red 160 ◦ green 4 ◦ blue 129

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

Shades of Dark Magenta #A00481

Tints of Dark Magenta #A00481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 54.61%
G = 1.37%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00481 (or 0xA00481) is known color: Dark Magenta. HEX triplet: A0, 04 and 81. RGB value is (160,4,129). Sum of RGB (Red+Green+Blue) = 160+4+129=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A00481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00481 is #5FFB7E. Grayscale: #404040. Windows color (decimal): -6290303 or 8455328. OLE color: 8455328.

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

Color convert

RGB 160 4 129 -
CMYK 0 0.98 0.19 0.37
HSL 311.92º 0.95% 0.32% -
HSV(B) 311.92º 0.98% 0.63% -
XYZ 18.5 9.15 21.56 -
YUV 64.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 160 4 129 0 0.98 0.19 0.37 311.92 0.95 0.32
Hex A0 4 81 0 62 13 25 138 5F 20
Octal 240 4 201 0 142 23 45 470 137 40
Binary 10100000 100 10000001 0 1100010 10011 100101 100111000 1011111 100000

Color Harmonies of #A00481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00481

Black with #A00481

Text Example


Text Example

White with #A00481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00481; }

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

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

background-color css

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

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

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

border-color css

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

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

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