Html Css Color HEX #A00A8B Dark Magenta

📋 copy color: '#A00A8B'

red 160 ◦ green 10 ◦ blue 139

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

Shades of Dark Magenta #A00A8B

Tints of Dark Magenta #A00A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 51.78%
G = 3.24%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A00A8B (or 0xA00A8B) is known color: Dark Magenta. HEX triplet: A0, 0A and 8B. RGB value is (160,10,139). Sum of RGB (Red+Green+Blue) = 160+10+139=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A8B is #5FF574. Grayscale: #454545. Windows color (decimal): -6288757 or 9112224. OLE color: 9112224.

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

Color convert

RGB 160 10 139 -
CMYK 0 0.94 0.13 0.37
HSL 308.4º 0.88% 0.33% -
HSV(B) 308.4º 0.94% 0.63% -
XYZ 19.27 9.55 25.25 -
YUV 69.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 160 10 139 0 0.94 0.13 0.37 308.4 0.88 0.33
Hex A0 A 8B 0 5E D 25 134 58 21
Octal 240 12 213 0 136 15 45 464 130 41
Binary 10100000 1010 10001011 0 1011110 1101 100101 100110100 1011000 100001

Color Harmonies of #A00A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A8B

Black with #A00A8B

Text Example


Text Example

White with #A00A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A8B; }

 p { color: rgb(160,10,139); }

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

background-color css

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

 a { background-color: rgb(160,10,139); }

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

border-color css

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

 span { border-color: rgb(160,10,139); }

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