Html Css Color HEX #A00781 Dark Magenta

📋 copy color: '#A00781'

red 160 ◦ green 7 ◦ blue 129

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

Shades of Dark Magenta #A00781

Tints of Dark Magenta #A00781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 54.05%
G = 2.36%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00781 (or 0xA00781) is known color: Dark Magenta. HEX triplet: A0, 07 and 81. RGB value is (160,7,129). Sum of RGB (Red+Green+Blue) = 160+7+129=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A00781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00781 is #5FF87E. Grayscale: #424242. Windows color (decimal): -6289535 or 8456096. OLE color: 8456096.

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

Color convert

RGB 160 7 129 -
CMYK 0 0.96 0.19 0.37
HSL 312.16º 0.92% 0.33% -
HSV(B) 312.16º 0.96% 0.63% -
XYZ 18.54 9.21 21.57 -
YUV 66.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 160 7 129 0 0.96 0.19 0.37 312.16 0.92 0.33
Hex A0 7 81 0 60 13 25 138 5C 21
Octal 240 7 201 0 140 23 45 470 134 41
Binary 10100000 111 10000001 0 1100000 10011 100101 100111000 1011100 100001

Color Harmonies of #A00781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00781

Black with #A00781

Text Example


Text Example

White with #A00781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00781; }

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

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

background-color css

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

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

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

border-color css

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

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

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