Html Css Color HEX #A00AAC Dark Magenta

📋 copy color: '#A00AAC'

red 160 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #A00AAC

Tints of Dark Magenta #A00AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 46.78%
G = 2.92%
B = 50.29%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A00AAC (or 0xA00AAC) is known color: Dark Magenta. HEX triplet: A0, 0A and AC. RGB value is (160,10,172). Sum of RGB (Red+Green+Blue) = 160+10+172=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #A00AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AAC is #5FF553. Grayscale: #484848. Windows color (decimal): -6288724 or 11274912. OLE color: 11274912.

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

Color convert

RGB 160 10 172 -
CMYK 0.07 0.94 0 0.33
HSL 295.56º 0.89% 0.36% -
HSV(B) 295.56º 0.94% 0.67% -
XYZ 22.05 10.67 39.93 -
YUV 73.32 183.7 189.83 -
System Red Green Blue C M Y K H S L
Decimal 160 10 172 0.07 0.94 0 0.33 295.56 0.89 0.36
Hex A0 A AC 7 5E 0 21 128 59 24
Octal 240 12 254 7 136 0 41 450 131 44
Binary 10100000 1010 10101100 111 1011110 0 100001 100101000 1011001 100100

Color Harmonies of #A00AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AAC

Black with #A00AAC

Text Example


Text Example

White with #A00AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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