Html Css Color HEX #A00881 Dark Magenta

📋 copy color: '#A00881'

red 160 ◦ green 8 ◦ blue 129

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

Shades of Dark Magenta #A00881

Tints of Dark Magenta #A00881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 53.87%
G = 2.69%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00881 (or 0xA00881) is known color: Dark Magenta. HEX triplet: A0, 08 and 81. RGB value is (160,8,129). Sum of RGB (Red+Green+Blue) = 160+8+129=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A00881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00881 is #5FF77E. Grayscale: #424242. Windows color (decimal): -6289279 or 8456352. OLE color: 8456352.

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

Color convert

RGB 160 8 129 -
CMYK 0 0.95 0.19 0.37
HSL 312.24º 0.9% 0.33% -
HSV(B) 312.24º 0.95% 0.63% -
XYZ 18.55 9.23 21.57 -
YUV 67.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 160 8 129 0 0.95 0.19 0.37 312.24 0.9 0.33
Hex A0 8 81 0 5F 13 25 138 5A 21
Octal 240 10 201 0 137 23 45 470 132 41
Binary 10100000 1000 10000001 0 1011111 10011 100101 100111000 1011010 100001

Color Harmonies of #A00881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00881

Black with #A00881

Text Example


Text Example

White with #A00881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00881; }

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

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

background-color css

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

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

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

border-color css

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

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

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