#AA15B9

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

Shades of Dark Orchid #AA15B9

Tints of Dark Orchid #AA15B9

Color information

#AA15B9 (or 0xAA15B9) is unknown color: approx Dark Orchid. HEX triplet: AA, 15 and B9. RGB value is (170,21,185). Sum of RGB (Red+Green+Blue) = 170+21+185=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA15B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15B9 is #55EA46. Grayscale: #535353. Windows color (decimal): -5630535 or 12129706. OLE color: 12129706.

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

Color convert

RGB17021185-
CMYK0.080.8900.27
HSL294.51º79.61%40.39%-
HSV(B)294.51º88.65%72.55%-
XYZ25.612.5946.98-
YUV84.25184.86189.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 21 (8.59% from 255) = 5.59%
BLUE value IS 185 (72.66% from 255) = 49.20%
R=45.21%
G=5.59%
B=49.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170211850.080.8900.27294.5179.6140.39
HexAA15B985901B1275028
Octal252252711013103344712050
Binary101010101010110111001100010110010110111001001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA15B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA15B9; }

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

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

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

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

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

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

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

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