Shades of Dark Orchid #AA28DA
Tints of Dark Orchid #AA28DA
RGB
CMYK
RGB Variations
Color information
#AA28DA (or 0xAA28DA) is known color: Dark Orchid. HEX triplet: AA, 28 and DA. RGB value is (170,40,218). Sum of RGB (Red+Green+Blue) = 170+40+218=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA28DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28DA is #55D725. Grayscale: #626262. Windows color (decimal): -5625638 or 14297258. OLE color: 14297258.
HSL color Cylindrical-coordinate representation of color #AA28DA: hue angle of 283.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA28DA is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 40 | 218 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.15 |
| HSL | 283.82º | 0.71% | 0.51% | - |
| HSV(B) | 283.82º | 0.82% | 0.85% | - |
| XYZ | 29.99 | 15.13 | 67.67 | - |
| YUV | 99.16 | 195.07 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 218 | 0.22 | 0.82 | 0 | 0.15 | 283.82 | 0.71 | 0.51 |
| Hex | AA | 28 | DA | 16 | 52 | 0 | F | 11C | 47 | 33 |
| Octal | 252 | 50 | 332 | 26 | 122 | 0 | 17 | 434 | 107 | 63 |
| Binary | 10101010 | 101000 | 11011010 | 10110 | 1010010 | 0 | 1111 | 100011100 | 1000111 | 110011 |
Color Harmonies of #AA28DA
Complementary color
Monochromatic Colors of #AA28DA
Black with #AA28DA
Text Example
Text Example
White with #AA28DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28DA; }
p { color: rgb(170,40,218); }
H1.HeaderClassName
{
color: #AA28DA;
}
.AnyTagClassName
{
color: #AA28DA;
}
</style>
background-color css
<style>
a { background-color: #AA28DA; }
a { background-color: rgb(170,40,218); }
div.DivClassName
{
background-color: #AA28DA;
}
.BgClassName
{
background-color: #AA28DA;
}
</style>
border-color css
<style>
span { border-color: #AA28DA; }
span { border-color: rgb(170,40,218); }
td.TdClassName
{
border-color: #AA28DA;
}
.TagClassName
{
border-color: #AA28DA;
}
</style>