Html Css Color HEX #A00AAD Dark Magenta

📋 copy color: '#A00AAD'

red 160 ◦ green 10 ◦ blue 173

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

Shades of Dark Magenta #A00AAD

Tints of Dark Magenta #A00AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 46.65%
G = 2.92%
B = 50.44%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A00AAD (or 0xA00AAD) is known color: Dark Magenta. HEX triplet: A0, 0A and AD. RGB value is (160,10,173). Sum of RGB (Red+Green+Blue) = 160+10+173=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #A00AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AAD is #5FF552. Grayscale: #484848. Windows color (decimal): -6288723 or 11340448. OLE color: 11340448.

HSL color Cylindrical-coordinate representation of color #A00AAD: hue angle of 295.21º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00AAD is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 10 173 -
CMYK 0.08 0.94 0 0.32
HSL 295.21º 0.89% 0.36% -
HSV(B) 295.21º 0.94% 0.68% -
XYZ 22.15 10.71 40.43 -
YUV 73.43 184.2 189.75 -
System Red Green Blue C M Y K H S L
Decimal 160 10 173 0.08 0.94 0 0.32 295.21 0.89 0.36
Hex A0 A AD 8 5E 0 20 127 59 24
Octal 240 12 255 10 136 0 40 447 131 44
Binary 10100000 1010 10101101 1000 1011110 0 100000 100100111 1011001 100100

Color Harmonies of #A00AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AAD

Black with #A00AAD

Text Example


Text Example

White with #A00AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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