Html Css Color HEX #A00585 Dark Magenta

📋 copy color: '#A00585'

red 160 ◦ green 5 ◦ blue 133

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

Shades of Dark Magenta #A00585

Tints of Dark Magenta #A00585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 53.69%
G = 1.68%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A00585 (or 0xA00585) is known color: Dark Magenta. HEX triplet: A0, 05 and 85. RGB value is (160,5,133). Sum of RGB (Red+Green+Blue) = 160+5+133=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00585 is #5FFA7A. Grayscale: #414141. Windows color (decimal): -6290043 or 8717728. OLE color: 8717728.

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

Color convert

RGB 160 5 133 -
CMYK 0 0.97 0.17 0.37
HSL 310.45º 0.94% 0.32% -
HSV(B) 310.45º 0.97% 0.63% -
XYZ 18.79 9.28 22.99 -
YUV 65.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 160 5 133 0 0.97 0.17 0.37 310.45 0.94 0.32
Hex A0 5 85 0 61 11 25 136 5E 20
Octal 240 5 205 0 141 21 45 466 136 40
Binary 10100000 101 10000101 0 1100001 10001 100101 100110110 1011110 100000

Color Harmonies of #A00585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00585

Black with #A00585

Text Example


Text Example

White with #A00585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00585; }

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

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

background-color css

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

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

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

border-color css

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

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

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