Html Css Color HEX #A00784 Dark Magenta

📋 copy color: '#A00784'

red 160 ◦ green 7 ◦ blue 132

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

Shades of Dark Magenta #A00784

Tints of Dark Magenta #A00784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 53.51%
G = 2.34%
B = 44.15%

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

#A00784 (or 0xA00784) is known color: Dark Magenta. HEX triplet: A0, 07 and 84. RGB value is (160,7,132). Sum of RGB (Red+Green+Blue) = 160+7+132=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A00784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00784 is #5FF87B. Grayscale: #424242. Windows color (decimal): -6289532 or 8652704. OLE color: 8652704.

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

Color convert

RGB 160 7 132 -
CMYK 0 0.96 0.17 0.37
HSL 310.98º 0.92% 0.33% -
HSV(B) 310.98º 0.96% 0.63% -
XYZ 18.74 9.29 22.64 -
YUV 67 164.69 194.34 -
System Red Green Blue C M Y K H S L
Decimal 160 7 132 0 0.96 0.17 0.37 310.98 0.92 0.33
Hex A0 7 84 0 60 11 25 137 5C 21
Octal 240 7 204 0 140 21 45 467 134 41
Binary 10100000 111 10000100 0 1100000 10001 100101 100110111 1011100 100001

Color Harmonies of #A00784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00784

Black with #A00784

Text Example


Text Example

White with #A00784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00784; }

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

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

background-color css

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

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

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

border-color css

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

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

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