Html Css Color HEX #AA10A6 Dark Magenta

📋 copy color: '#AA10A6'

red 170 ◦ green 16 ◦ blue 166

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

Shades of Dark Magenta #AA10A6

Tints of Dark Magenta #AA10A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.16%

R = 48.3%
G = 4.55%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA10A6 (or 0xAA10A6) is known color: Dark Magenta. HEX triplet: AA, 10 and A6. RGB value is (170,16,166). Sum of RGB (Red+Green+Blue) = 170+16+166=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA10A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA10A6 is #55EF59. Grayscale: #4E4E4E. Windows color (decimal): -5631834 or 10883242. OLE color: 10883242.

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

Color convert

RGB 170 16 166 -
CMYK 0 0.91 0.02 0.33
HSL 301.56º 0.83% 0.36% -
HSV(B) 301.56º 0.91% 0.67% -
XYZ 23.65 11.67 37.08 -
YUV 79.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 170 16 166 0 0.91 0.02 0.33 301.56 0.83 0.36
Hex AA 10 A6 0 5B 2 21 12E 53 24
Octal 252 20 246 0 133 2 41 456 123 44
Binary 10101010 10000 10100110 0 1011011 10 100001 100101110 1010011 100100

Color Harmonies of #AA10A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10A6

Black with #AA10A6

Text Example


Text Example

White with #AA10A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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