Html Css Color HEX #AA10AC Dark Magenta

📋 copy color: '#AA10AC'

red 170 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #AA10AC

Tints of Dark Magenta #AA10AC

RGB

 RED value IS 170 (66.8% from 255) = 47.49%

 GREEN value IS 16 (6.64% from 255) = 4.47%

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

R = 47.49%
G = 4.47%
B = 48.04%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA10AC (or 0xAA10AC) is known color: Dark Magenta. HEX triplet: AA, 10 and AC. RGB value is (170,16,172). Sum of RGB (Red+Green+Blue) = 170+16+172=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA10AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA10AC is #55EF53. Grayscale: #4F4F4F. Windows color (decimal): -5631828 or 11276458. OLE color: 11276458.

HSL color Cylindrical-coordinate representation of color #AA10AC: hue angle of 299.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA10AC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 172 -
CMYK 0.01 0.91 0 0.33
HSL 299.23º 0.83% 0.37% -
HSV(B) 299.23º 0.91% 0.67% -
XYZ 24.21 11.9 40.05 -
YUV 79.83 180.02 192.32 -
System Red Green Blue C M Y K H S L
Decimal 170 16 172 0.01 0.91 0 0.33 299.23 0.83 0.37
Hex AA 10 AC 1 5B 0 21 12B 53 25
Octal 252 20 254 1 133 0 41 453 123 45
Binary 10101010 10000 10101100 1 1011011 0 100001 100101011 1010011 100101

Color Harmonies of #AA10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10AC

Black with #AA10AC

Text Example


Text Example

White with #AA10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10AC; }

 p { color: rgb(170,16,172); }

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

background-color css

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

 a { background-color: rgb(170,16,172); }

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

border-color css

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

 span { border-color: rgb(170,16,172); }

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