#AA10B5

Color #AA10B5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AA10B5

Tints of Deep Magenta #AA10B5

Color information

#AA10B5 (or 0xAA10B5) is unknown color: approx Deep Magenta. HEX triplet: AA, 10 and B5. RGB value is (170,16,181). Sum of RGB (Red+Green+Blue) = 170+16+181=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA10B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10B5 is #55EF4A. Grayscale: #505050. Windows color (decimal): -5631819 or 11866282. OLE color: 11866282.

HSL color Cylindrical-coordinate representation of color #AA10B5: hue angle of 296º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA10B5 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17016181-
CMYK0.060.9100.29
HSL296º83.76%38.63%-
HSV(B)296º91.16%70.98%-
XYZ25.112.2544.76-
YUV80.86184.52191.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 16 (6.64% from 255) = 4.36%
BLUE value IS 181 (71.09% from 255) = 49.32%
R=46.32%
G=4.36%
B=49.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170161810.060.9100.2929683.7638.63
HexAA10B565B01D1285427
Octal25220265613303545012447
Binary10101010100001011010111010110110111011001010001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA10B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA10B5; }

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

 H1.HeaderClassName
 {
   color: #AA10B5;
 }
 .AnyTagClassName
 {
   color: #AA10B5;
 }
</style>
background-color css

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

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

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

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

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

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