Shades of Dark Orchid #AA28BC
Tints of Dark Orchid #AA28BC
RGB
CMYK
RGB Variations
Color information
#AA28BC (or 0xAA28BC) is known color: Dark Orchid. HEX triplet: AA, 28 and BC. RGB value is (170,40,188). Sum of RGB (Red+Green+Blue) = 170+40+188=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA28BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28BC is #55D743. Grayscale: #5F5F5F. Windows color (decimal): -5625668 or 12331178. OLE color: 12331178.
HSL color Cylindrical-coordinate representation of color #AA28BC: hue angle of 292.7º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA28BC is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 40 | 188 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.26 |
| HSL | 292.7º | 0.65% | 0.45% | - |
| HSV(B) | 292.7º | 0.79% | 0.74% | - |
| XYZ | 26.41 | 13.69 | 48.83 | - |
| YUV | 95.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 188 | 0.10 | 0.79 | 0 | 0.26 | 292.7 | 0.65 | 0.45 |
| Hex | AA | 28 | BC | A | 4F | 0 | 1A | 125 | 41 | 2D |
| Octal | 252 | 50 | 274 | 12 | 117 | 0 | 32 | 445 | 101 | 55 |
| Binary | 10101010 | 101000 | 10111100 | 1010 | 1001111 | 0 | 11010 | 100100101 | 1000001 | 101101 |
Color Harmonies of #AA28BC
Complementary color
Monochromatic Colors of #AA28BC
Black with #AA28BC
Text Example
Text Example
White with #AA28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28BC; }
p { color: rgb(170,40,188); }
H1.HeaderClassName
{
color: #AA28BC;
}
.AnyTagClassName
{
color: #AA28BC;
}
</style>
background-color css
<style>
a { background-color: #AA28BC; }
a { background-color: rgb(170,40,188); }
div.DivClassName
{
background-color: #AA28BC;
}
.BgClassName
{
background-color: #AA28BC;
}
</style>
border-color css
<style>
span { border-color: #AA28BC; }
span { border-color: rgb(170,40,188); }
td.TdClassName
{
border-color: #AA28BC;
}
.TagClassName
{
border-color: #AA28BC;
}
</style>