Html Css Color HEX #A00582 Dark Magenta

📋 copy color: '#A00582'

red 160 ◦ green 5 ◦ blue 130

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

Shades of Dark Magenta #A00582

Tints of Dark Magenta #A00582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 130 (51.17% from 255) = 44.07%

R = 54.24%
G = 1.69%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00582 (or 0xA00582) is known color: Dark Magenta. HEX triplet: A0, 05 and 82. RGB value is (160,5,130). Sum of RGB (Red+Green+Blue) = 160+5+130=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A00582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00582 is #5FFA7D. Grayscale: #414141. Windows color (decimal): -6290046 or 8521120. OLE color: 8521120.

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

Color convert

RGB 160 5 130 -
CMYK 0 0.97 0.19 0.37
HSL 311.61º 0.94% 0.32% -
HSV(B) 311.61º 0.97% 0.63% -
XYZ 18.58 9.19 21.91 -
YUV 65.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 160 5 130 0 0.97 0.19 0.37 311.61 0.94 0.32
Hex A0 5 82 0 61 13 25 138 5E 20
Octal 240 5 202 0 141 23 45 470 136 40
Binary 10100000 101 10000010 0 1100001 10011 100101 100111000 1011110 100000

Color Harmonies of #A00582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00582

Black with #A00582

Text Example


Text Example

White with #A00582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00582; }

 p { color: rgb(160,5,130); }

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

background-color css

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

 a { background-color: rgb(160,5,130); }

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

border-color css

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

 span { border-color: rgb(160,5,130); }

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