Shades of Dark Orchid #A828DF
Tints of Dark Orchid #A828DF
RGB
CMYK
RGB Variations
Color information
#A828DF (or 0xA828DF) is known color: Dark Orchid. HEX triplet: A8, 28 and DF. RGB value is (168,40,223). Sum of RGB (Red+Green+Blue) = 168+40+223=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #A828DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828DF is #57D720. Grayscale: #626262. Windows color (decimal): -5756705 or 14624936. OLE color: 14624936.
HSL color Cylindrical-coordinate representation of color #A828DF: hue angle of 281.97º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A828DF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 40 | 223 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.13 |
| HSL | 281.97º | 0.74% | 0.52% | - |
| HSV(B) | 281.97º | 0.82% | 0.87% | - |
| XYZ | 30.23 | 15.17 | 71.15 | - |
| YUV | 99.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 223 | 0.25 | 0.82 | 0 | 0.13 | 281.97 | 0.74 | 0.52 |
| Hex | A8 | 28 | DF | 19 | 52 | 0 | D | 11A | 4A | 34 |
| Octal | 250 | 50 | 337 | 31 | 122 | 0 | 15 | 432 | 112 | 64 |
| Binary | 10101000 | 101000 | 11011111 | 11001 | 1010010 | 0 | 1101 | 100011010 | 1001010 | 110100 |
Color Harmonies of #A828DF
Complementary color
Monochromatic Colors of #A828DF
Black with #A828DF
Text Example
Text Example
White with #A828DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828DF; }
p { color: rgb(168,40,223); }
H1.HeaderClassName
{
color: #A828DF;
}
.AnyTagClassName
{
color: #A828DF;
}
</style>
background-color css
<style>
a { background-color: #A828DF; }
a { background-color: rgb(168,40,223); }
div.DivClassName
{
background-color: #A828DF;
}
.BgClassName
{
background-color: #A828DF;
}
</style>
border-color css
<style>
span { border-color: #A828DF; }
span { border-color: rgb(168,40,223); }
td.TdClassName
{
border-color: #A828DF;
}
.TagClassName
{
border-color: #A828DF;
}
</style>