Html Css Color HEX #A00783 Dark Magenta

📋 copy color: '#A00783'

red 160 ◦ green 7 ◦ blue 131

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

Shades of Dark Magenta #A00783

Tints of Dark Magenta #A00783

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

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

R = 53.69%
G = 2.35%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A00783 (or 0xA00783) is known color: Dark Magenta. HEX triplet: A0, 07 and 83. RGB value is (160,7,131). Sum of RGB (Red+Green+Blue) = 160+7+131=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00783 is #5FF87C. Grayscale: #424242. Windows color (decimal): -6289533 or 8587168. OLE color: 8587168.

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

Color convert

RGB 160 7 131 -
CMYK 0 0.96 0.18 0.37
HSL 311.37º 0.92% 0.33% -
HSV(B) 311.37º 0.96% 0.63% -
XYZ 18.67 9.26 22.28 -
YUV 66.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 160 7 131 0 0.96 0.18 0.37 311.37 0.92 0.33
Hex A0 7 83 0 60 12 25 137 5C 21
Octal 240 7 203 0 140 22 45 467 134 41
Binary 10100000 111 10000011 0 1100000 10010 100101 100110111 1011100 100001

Color Harmonies of #A00783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00783

Black with #A00783

Text Example


Text Example

White with #A00783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00783; }

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

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

background-color css

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

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

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

border-color css

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

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

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