Shades of Dark Orchid #A827DB
Tints of Dark Orchid #A827DB
RGB
CMYK
RGB Variations
Color information
#A827DB (or 0xA827DB) is known color: Dark Orchid. HEX triplet: A8, 27 and DB. RGB value is (168,39,219). Sum of RGB (Red+Green+Blue) = 168+39+219=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #A827DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827DB is #57D824. Grayscale: #616161. Windows color (decimal): -5756965 or 14362536. OLE color: 14362536.
HSL color Cylindrical-coordinate representation of color #A827DB: hue angle of 283º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A827DB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 39 | 219 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.14 |
| HSL | 283º | 0.71% | 0.51% | - |
| HSV(B) | 283º | 0.82% | 0.86% | - |
| XYZ | 29.66 | 14.89 | 68.33 | - |
| YUV | 98.09 | 196.24 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 219 | 0.23 | 0.82 | 0 | 0.14 | 283 | 0.71 | 0.51 |
| Hex | A8 | 27 | DB | 17 | 52 | 0 | E | 11B | 47 | 33 |
| Octal | 250 | 47 | 333 | 27 | 122 | 0 | 16 | 433 | 107 | 63 |
| Binary | 10101000 | 100111 | 11011011 | 10111 | 1010010 | 0 | 1110 | 100011011 | 1000111 | 110011 |
Color Harmonies of #A827DB
Complementary color
Monochromatic Colors of #A827DB
Black with #A827DB
Text Example
Text Example
White with #A827DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827DB; }
p { color: rgb(168,39,219); }
H1.HeaderClassName
{
color: #A827DB;
}
.AnyTagClassName
{
color: #A827DB;
}
</style>
background-color css
<style>
a { background-color: #A827DB; }
a { background-color: rgb(168,39,219); }
div.DivClassName
{
background-color: #A827DB;
}
.BgClassName
{
background-color: #A827DB;
}
</style>
border-color css
<style>
span { border-color: #A827DB; }
span { border-color: rgb(168,39,219); }
td.TdClassName
{
border-color: #A827DB;
}
.TagClassName
{
border-color: #A827DB;
}
</style>