Shades of Dark Orchid #A927DB
Tints of Dark Orchid #A927DB
RGB
CMYK
RGB Variations
Color information
#A927DB (or 0xA927DB) is known color: Dark Orchid. HEX triplet: A9, 27 and DB. RGB value is (169,39,219). Sum of RGB (Red+Green+Blue) = 169+39+219=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #A927DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927DB is #56D824. Grayscale: #616161. Windows color (decimal): -5691429 or 14362537. OLE color: 14362537.
HSL color Cylindrical-coordinate representation of color #A927DB: hue angle of 283.33º 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 #A927DB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 39 | 219 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.14 |
| HSL | 283.33º | 0.71% | 0.51% | - |
| HSV(B) | 283.33º | 0.82% | 0.86% | - |
| XYZ | 29.87 | 15 | 68.34 | - |
| YUV | 98.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 219 | 0.23 | 0.82 | 0 | 0.14 | 283.33 | 0.71 | 0.51 |
| Hex | A9 | 27 | DB | 17 | 52 | 0 | E | 11B | 47 | 33 |
| Octal | 251 | 47 | 333 | 27 | 122 | 0 | 16 | 433 | 107 | 63 |
| Binary | 10101001 | 100111 | 11011011 | 10111 | 1010010 | 0 | 1110 | 100011011 | 1000111 | 110011 |
Color Harmonies of #A927DB
Complementary color
Monochromatic Colors of #A927DB
Black with #A927DB
Text Example
Text Example
White with #A927DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A927DB; }
p { color: rgb(169,39,219); }
H1.HeaderClassName
{
color: #A927DB;
}
.AnyTagClassName
{
color: #A927DB;
}
</style>
background-color css
<style>
a { background-color: #A927DB; }
a { background-color: rgb(169,39,219); }
div.DivClassName
{
background-color: #A927DB;
}
.BgClassName
{
background-color: #A927DB;
}
</style>
border-color css
<style>
span { border-color: #A927DB; }
span { border-color: rgb(169,39,219); }
td.TdClassName
{
border-color: #A927DB;
}
.TagClassName
{
border-color: #A927DB;
}
</style>