Html Css Color HEX #A00583 Dark Magenta

📋 copy color: '#A00583'

red 160 ◦ green 5 ◦ blue 131

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

Shades of Dark Magenta #A00583

Tints of Dark Magenta #A00583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 54.05%
G = 1.69%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A00583 (or 0xA00583) is known color: Dark Magenta. HEX triplet: A0, 05 and 83. RGB value is (160,5,131). Sum of RGB (Red+Green+Blue) = 160+5+131=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A00583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00583 is #5FFA7C. Grayscale: #414141. Windows color (decimal): -6290045 or 8586656. OLE color: 8586656.

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

Color convert

RGB 160 5 131 -
CMYK 0 0.97 0.18 0.37
HSL 311.23º 0.94% 0.32% -
HSV(B) 311.23º 0.97% 0.63% -
XYZ 18.65 9.22 22.27 -
YUV 65.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 160 5 131 0 0.97 0.18 0.37 311.23 0.94 0.32
Hex A0 5 83 0 61 12 25 137 5E 20
Octal 240 5 203 0 141 22 45 467 136 40
Binary 10100000 101 10000011 0 1100001 10010 100101 100110111 1011110 100000

Color Harmonies of #A00583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00583

Black with #A00583

Text Example


Text Example

White with #A00583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00583; }

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

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

background-color css

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

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

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

border-color css

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

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

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