#AA15B4

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

Shades of Deep Magenta #AA15B4

Tints of Deep Magenta #AA15B4

Color information

#AA15B4 (or 0xAA15B4) is unknown color: approx Deep Magenta. HEX triplet: AA, 15 and B4. RGB value is (170,21,180). Sum of RGB (Red+Green+Blue) = 170+21+180=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA15B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15B4 is #55EA4B. Grayscale: #535353. Windows color (decimal): -5630540 or 11802026. OLE color: 11802026.

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

Color convert

RGB17021180-
CMYK0.060.8800.29
HSL296.23º79.1%39.41%-
HSV(B)296.23º88.33%70.59%-
XYZ25.0812.3844.25-
YUV83.68182.36189.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 21 (8.59% from 255) = 5.66%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=45.82%
G=5.66%
B=48.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170211800.060.8800.29296.2379.139.41
HexAA15B465801D1284f27
Octal25225264613003545011747
Binary10101010101011011010011010110000111011001010001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA15B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA15B4; }

 p { color: rgb(170,21,180); }

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

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

 a { background-color: rgb(170,21,180); }

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

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

 span { border-color: rgb(170,21,180); }

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