Html Css Color HEX #A00681 Dark Magenta

📋 copy color: '#A00681'

red 160 ◦ green 6 ◦ blue 129

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

Shades of Dark Magenta #A00681

Tints of Dark Magenta #A00681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 54.24%
G = 2.03%
B = 43.73%

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

#A00681 (or 0xA00681) is known color: Dark Magenta. HEX triplet: A0, 06 and 81. RGB value is (160,6,129). Sum of RGB (Red+Green+Blue) = 160+6+129=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A00681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00681 is #5FF97E. Grayscale: #414141. Windows color (decimal): -6289791 or 8455840. OLE color: 8455840.

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

Color convert

RGB 160 6 129 -
CMYK 0 0.96 0.19 0.37
HSL 312.08º 0.93% 0.33% -
HSV(B) 312.08º 0.96% 0.63% -
XYZ 18.52 9.19 21.57 -
YUV 66.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 160 6 129 0 0.96 0.19 0.37 312.08 0.93 0.33
Hex A0 6 81 0 60 13 25 138 5D 21
Octal 240 6 201 0 140 23 45 470 135 41
Binary 10100000 110 10000001 0 1100000 10011 100101 100111000 1011101 100001

Color Harmonies of #A00681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00681

Black with #A00681

Text Example


Text Example

White with #A00681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00681; }

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

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

background-color css

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

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

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

border-color css

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

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

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