Shades of Dark Orchid #A828DD
Tints of Dark Orchid #A828DD
RGB
CMYK
RGB Variations
Color information
#A828DD (or 0xA828DD) is known color: Dark Orchid. HEX triplet: A8, 28 and DD. RGB value is (168,40,221). Sum of RGB (Red+Green+Blue) = 168+40+221=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #A828DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828DD is #57D722. Grayscale: #626262. Windows color (decimal): -5756707 or 14493864. OLE color: 14493864.
HSL color Cylindrical-coordinate representation of color #A828DD: hue angle of 282.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A828DD is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 40 | 221 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.13 |
| HSL | 282.43º | 0.73% | 0.51% | - |
| HSV(B) | 282.43º | 0.82% | 0.87% | - |
| XYZ | 29.96 | 15.06 | 69.74 | - |
| YUV | 98.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 221 | 0.24 | 0.82 | 0 | 0.13 | 282.43 | 0.73 | 0.51 |
| Hex | A8 | 28 | DD | 18 | 52 | 0 | D | 11A | 49 | 33 |
| Octal | 250 | 50 | 335 | 30 | 122 | 0 | 15 | 432 | 111 | 63 |
| Binary | 10101000 | 101000 | 11011101 | 11000 | 1010010 | 0 | 1101 | 100011010 | 1001001 | 110011 |
Color Harmonies of #A828DD
Complementary color
Monochromatic Colors of #A828DD
Black with #A828DD
Text Example
Text Example
White with #A828DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828DD; }
p { color: rgb(168,40,221); }
H1.HeaderClassName
{
color: #A828DD;
}
.AnyTagClassName
{
color: #A828DD;
}
</style>
background-color css
<style>
a { background-color: #A828DD; }
a { background-color: rgb(168,40,221); }
div.DivClassName
{
background-color: #A828DD;
}
.BgClassName
{
background-color: #A828DD;
}
</style>
border-color css
<style>
span { border-color: #A828DD; }
span { border-color: rgb(168,40,221); }
td.TdClassName
{
border-color: #A828DD;
}
.TagClassName
{
border-color: #A828DD;
}
</style>