#AA00B1

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

Shades of Deep Magenta #AA00B1

Tints of Deep Magenta #AA00B1

Color information

#AA00B1 (or 0xAA00B1) is unknown color: approx Deep Magenta. HEX triplet: AA, 00 and B1. RGB value is (170,0,177). Sum of RGB (Red+Green+Blue) = 170+0+177=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA00B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00B1 is #55FF4E. Grayscale: #464646. Windows color (decimal): -5635919 or 11600042. OLE color: 11600042.

HSL color Cylindrical-coordinate representation of color #AA00B1: hue angle of 297.63º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00B1 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1700177-
CMYK0.04100.31
HSL297.63º100%34.71%-
HSV(B)297.63º100%69.41%-
XYZ24.5111.7242.57-
YUV71.01187.82198.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 177 (69.53% from 255) = 51.01%
R=48.99%
G=0%
B=51.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17001770.04100.31297.6310034.71
HexAA0B146401F12a6423
Octal2520261414403745214443
Binary1010101001011000110011001000111111001010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA00B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA00B1; }

 p { color: rgb(170,0,177); }

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

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

 a { background-color: rgb(170,0,177); }

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

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

 span { border-color: rgb(170,0,177); }

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