Shades of Dark Orchid #A927D6
Tints of Dark Orchid #A927D6
RGB
CMYK
RGB Variations
Color information
#A927D6 (or 0xA927D6) is known color: Dark Orchid. HEX triplet: A9, 27 and D6. RGB value is (169,39,214). Sum of RGB (Red+Green+Blue) = 169+39+214=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #A927D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927D6 is #56D829. Grayscale: #616161. Windows color (decimal): -5691434 or 14034857. OLE color: 14034857.
HSL color Cylindrical-coordinate representation of color #A927D6: hue angle of 284.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A927D6 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 39 | 214 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.16 |
| HSL | 284.57º | 0.69% | 0.5% | - |
| HSV(B) | 284.57º | 0.82% | 0.84% | - |
| XYZ | 29.23 | 14.74 | 64.92 | - |
| YUV | 97.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 214 | 0.21 | 0.82 | 0 | 0.16 | 284.57 | 0.69 | 0.5 |
| Hex | A9 | 27 | D6 | 15 | 52 | 0 | 10 | 11D | 45 | 32 |
| Octal | 251 | 47 | 326 | 25 | 122 | 0 | 20 | 435 | 105 | 62 |
| Binary | 10101001 | 100111 | 11010110 | 10101 | 1010010 | 0 | 10000 | 100011101 | 1000101 | 110010 |
Color Harmonies of #A927D6
Complementary color
Monochromatic Colors of #A927D6
Black with #A927D6
Text Example
Text Example
White with #A927D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A927D6; }
p { color: rgb(169,39,214); }
H1.HeaderClassName
{
color: #A927D6;
}
.AnyTagClassName
{
color: #A927D6;
}
</style>
background-color css
<style>
a { background-color: #A927D6; }
a { background-color: rgb(169,39,214); }
div.DivClassName
{
background-color: #A927D6;
}
.BgClassName
{
background-color: #A927D6;
}
</style>
border-color css
<style>
span { border-color: #A927D6; }
span { border-color: rgb(169,39,214); }
td.TdClassName
{
border-color: #A927D6;
}
.TagClassName
{
border-color: #A927D6;
}
</style>