Html Css Color HEX #A00785 Dark Magenta

📋 copy color: '#A00785'

red 160 ◦ green 7 ◦ blue 133

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

Shades of Dark Magenta #A00785

Tints of Dark Magenta #A00785

RGB

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

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

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

R = 53.33%
G = 2.33%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A00785 (or 0xA00785) is known color: Dark Magenta. HEX triplet: A0, 07 and 85. RGB value is (160,7,133). Sum of RGB (Red+Green+Blue) = 160+7+133=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A00785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00785 is #5FF87A. Grayscale: #424242. Windows color (decimal): -6289531 or 8718240. OLE color: 8718240.

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

Color convert

RGB 160 7 133 -
CMYK 0 0.96 0.17 0.37
HSL 310.59º 0.92% 0.33% -
HSV(B) 310.59º 0.96% 0.63% -
XYZ 18.81 9.32 23 -
YUV 67.11 165.19 194.25 -
System Red Green Blue C M Y K H S L
Decimal 160 7 133 0 0.96 0.17 0.37 310.59 0.92 0.33
Hex A0 7 85 0 60 11 25 137 5C 21
Octal 240 7 205 0 140 21 45 467 134 41
Binary 10100000 111 10000101 0 1100000 10001 100101 100110111 1011100 100001

Color Harmonies of #A00785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00785

Black with #A00785

Text Example


Text Example

White with #A00785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00785; }

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

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

background-color css

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

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

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

border-color css

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

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

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