#AA15BA

Color #AA15BA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AA15BA

Tints of Dark Violet #AA15BA

Color information

#AA15BA (or 0xAA15BA) is unknown color: approx Dark Violet. HEX triplet: AA, 15 and BA. RGB value is (170,21,186). Sum of RGB (Red+Green+Blue) = 170+21+186=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15BA is #55EA45. Grayscale: #535353. Windows color (decimal): -5630534 or 12195242. OLE color: 12195242.

HSL color Cylindrical-coordinate representation of color #AA15BA: hue angle of 294.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA15BA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17021186-
CMYK0.090.8900.27
HSL294.18º79.71%40.59%-
HSV(B)294.18º88.71%72.94%-
XYZ25.7112.6347.54-
YUV84.36185.36189.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 21 (8.59% from 255) = 5.57%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=45.09%
G=5.57%
B=49.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170211860.090.8900.27294.1879.7140.59
HexAA15BA95901B1265029
Octal252252721113103344612051
Binary101010101010110111010100110110010110111001001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA15BA; }

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

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

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

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

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

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

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

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