Shades of Dark Orchid #A828D9
Tints of Dark Orchid #A828D9
RGB
CMYK
RGB Variations
Color information
#A828D9 (or 0xA828D9) is known color: Dark Orchid. HEX triplet: A8, 28 and D9. RGB value is (168,40,217). Sum of RGB (Red+Green+Blue) = 168+40+217=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #A828D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828D9 is #57D726. Grayscale: #616161. Windows color (decimal): -5756711 or 14231720. OLE color: 14231720.
HSL color Cylindrical-coordinate representation of color #A828D9: hue angle of 283.39º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A828D9 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 40 | 217 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.15 |
| HSL | 283.39º | 0.7% | 0.5% | - |
| HSV(B) | 283.39º | 0.82% | 0.85% | - |
| XYZ | 29.43 | 14.85 | 66.96 | - |
| YUV | 98.45 | 194.91 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 217 | 0.23 | 0.82 | 0 | 0.15 | 283.39 | 0.7 | 0.5 |
| Hex | A8 | 28 | D9 | 17 | 52 | 0 | F | 11B | 46 | 32 |
| Octal | 250 | 50 | 331 | 27 | 122 | 0 | 17 | 433 | 106 | 62 |
| Binary | 10101000 | 101000 | 11011001 | 10111 | 1010010 | 0 | 1111 | 100011011 | 1000110 | 110010 |
Color Harmonies of #A828D9
Complementary color
Monochromatic Colors of #A828D9
Black with #A828D9
Text Example
Text Example
White with #A828D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828D9; }
p { color: rgb(168,40,217); }
H1.HeaderClassName
{
color: #A828D9;
}
.AnyTagClassName
{
color: #A828D9;
}
</style>
background-color css
<style>
a { background-color: #A828D9; }
a { background-color: rgb(168,40,217); }
div.DivClassName
{
background-color: #A828D9;
}
.BgClassName
{
background-color: #A828D9;
}
</style>
border-color css
<style>
span { border-color: #A828D9; }
span { border-color: rgb(168,40,217); }
td.TdClassName
{
border-color: #A828D9;
}
.TagClassName
{
border-color: #A828D9;
}
</style>