Html Css Color HEX #A00983 Dark Magenta

📋 copy color: '#A00983'

red 160 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #A00983

Tints of Dark Magenta #A00983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3%

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

R = 53.33%
G = 3%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A00983 (or 0xA00983) is known color: Dark Magenta. HEX triplet: A0, 09 and 83. RGB value is (160,9,131). Sum of RGB (Red+Green+Blue) = 160+9+131=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A00983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00983 is #5FF67C. Grayscale: #434343. Windows color (decimal): -6289021 or 8587680. OLE color: 8587680.

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

Color convert

RGB 160 9 131 -
CMYK 0 0.94 0.18 0.37
HSL 311.52º 0.89% 0.33% -
HSV(B) 311.52º 0.94% 0.63% -
XYZ 18.69 9.31 22.28 -
YUV 68.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 160 9 131 0 0.94 0.18 0.37 311.52 0.89 0.33
Hex A0 9 83 0 5E 12 25 138 59 21
Octal 240 11 203 0 136 22 45 470 131 41
Binary 10100000 1001 10000011 0 1011110 10010 100101 100111000 1011001 100001

Color Harmonies of #A00983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00983

Black with #A00983

Text Example


Text Example

White with #A00983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00983; }

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

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

background-color css

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

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

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

border-color css

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

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

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