#AA15B6

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

Shades of Dark Orchid #AA15B6

Tints of Dark Orchid #AA15B6

Color information

#AA15B6 (or 0xAA15B6) is unknown color: approx Dark Orchid. HEX triplet: AA, 15 and B6. RGB value is (170,21,182). Sum of RGB (Red+Green+Blue) = 170+21+182=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA15B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15B6 is #55EA49. Grayscale: #535353. Windows color (decimal): -5630538 or 11933098. OLE color: 11933098.

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

Color convert

RGB17021182-
CMYK0.070.8800.29
HSL295.53º79.31%39.8%-
HSV(B)295.53º88.46%71.37%-
XYZ25.2912.4645.33-
YUV83.9183.36189.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 21 (8.59% from 255) = 5.63%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=45.58%
G=5.63%
B=48.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170211820.070.8800.29295.5379.3139.8
HexAA15B675801D1284f28
Octal25225266713003545011750
Binary10101010101011011011011110110000111011001010001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA15B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA15B6; }

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

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

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

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

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

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

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

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