Shades of Dark Orchid #AA28CF
Tints of Dark Orchid #AA28CF
RGB
CMYK
RGB Variations
Color information
#AA28CF (or 0xAA28CF) is known color: Dark Orchid. HEX triplet: AA, 28 and CF. RGB value is (170,40,207). Sum of RGB (Red+Green+Blue) = 170+40+207=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28CF is #55D730. Grayscale: #616161. Windows color (decimal): -5625649 or 13576362. OLE color: 13576362.
HSL color Cylindrical-coordinate representation of color #AA28CF: hue angle of 286.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA28CF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 40 | 207 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.19 |
| HSL | 286.71º | 0.68% | 0.48% | - |
| HSV(B) | 286.71º | 0.81% | 0.81% | - |
| XYZ | 28.6 | 14.57 | 60.34 | - |
| YUV | 97.91 | 189.57 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 207 | 0.18 | 0.81 | 0 | 0.19 | 286.71 | 0.68 | 0.48 |
| Hex | AA | 28 | CF | 12 | 51 | 0 | 13 | 11F | 44 | 30 |
| Octal | 252 | 50 | 317 | 22 | 121 | 0 | 23 | 437 | 104 | 60 |
| Binary | 10101010 | 101000 | 11001111 | 10010 | 1010001 | 0 | 10011 | 100011111 | 1000100 | 110000 |
Color Harmonies of #AA28CF
Complementary color
Monochromatic Colors of #AA28CF
Black with #AA28CF
Text Example
Text Example
White with #AA28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28CF; }
p { color: rgb(170,40,207); }
H1.HeaderClassName
{
color: #AA28CF;
}
.AnyTagClassName
{
color: #AA28CF;
}
</style>
background-color css
<style>
a { background-color: #AA28CF; }
a { background-color: rgb(170,40,207); }
div.DivClassName
{
background-color: #AA28CF;
}
.BgClassName
{
background-color: #AA28CF;
}
</style>
border-color css
<style>
span { border-color: #AA28CF; }
span { border-color: rgb(170,40,207); }
td.TdClassName
{
border-color: #AA28CF;
}
.TagClassName
{
border-color: #AA28CF;
}
</style>