Shades of Dark Orchid #AA18B1
Tints of Dark Orchid #AA18B1
RGB
CMYK
RGB Variations
Color information
#AA18B1 (or 0xAA18B1) is known color: Dark Orchid. HEX triplet: AA, 18 and B1. RGB value is (170,24,177). Sum of RGB (Red+Green+Blue) = 170+24+177=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA18B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA18B1 is #55E74E. Grayscale: #545454. Windows color (decimal): -5629775 or 11606186. OLE color: 11606186.
HSL color Cylindrical-coordinate representation of color #AA18B1: hue angle of 297.25º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA18B1 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 24 | 177 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.31 |
| HSL | 297.25º | 0.76% | 0.39% | - |
| HSV(B) | 297.25º | 0.86% | 0.69% | - |
| XYZ | 24.84 | 12.37 | 42.67 | - |
| YUV | 85.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 177 | 0.04 | 0.86 | 0 | 0.31 | 297.25 | 0.76 | 0.39 |
| Hex | AA | 18 | B1 | 4 | 56 | 0 | 1F | 129 | 4C | 27 |
| Octal | 252 | 30 | 261 | 4 | 126 | 0 | 37 | 451 | 114 | 47 |
| Binary | 10101010 | 11000 | 10110001 | 100 | 1010110 | 0 | 11111 | 100101001 | 1001100 | 100111 |
Color Harmonies of #AA18B1
Complementary color
Monochromatic Colors of #AA18B1
Black with #AA18B1
Text Example
Text Example
White with #AA18B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18B1; }
p { color: rgb(170,24,177); }
H1.HeaderClassName
{
color: #AA18B1;
}
.AnyTagClassName
{
color: #AA18B1;
}
</style>
background-color css
<style>
a { background-color: #AA18B1; }
a { background-color: rgb(170,24,177); }
div.DivClassName
{
background-color: #AA18B1;
}
.BgClassName
{
background-color: #AA18B1;
}
</style>
border-color css
<style>
span { border-color: #AA18B1; }
span { border-color: rgb(170,24,177); }
td.TdClassName
{
border-color: #AA18B1;
}
.TagClassName
{
border-color: #AA18B1;
}
</style>