Shades of Dark Orchid #A727D9
Tints of Dark Orchid #A727D9
RGB
CMYK
RGB Variations
Color information
#A727D9 (or 0xA727D9) is known color: Dark Orchid. HEX triplet: A7, 27 and D9. RGB value is (167,39,217). Sum of RGB (Red+Green+Blue) = 167+39+217=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #A727D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A727D9 is #58D826. Grayscale: #606060. Windows color (decimal): -5822503 or 14231463. OLE color: 14231463.
HSL color Cylindrical-coordinate representation of color #A727D9: hue angle of 283.15º 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 #A727D9 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 39 | 217 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.15 |
| HSL | 283.15º | 0.7% | 0.5% | - |
| HSV(B) | 283.15º | 0.82% | 0.85% | - |
| XYZ | 29.19 | 14.68 | 66.94 | - |
| YUV | 97.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 217 | 0.23 | 0.82 | 0 | 0.15 | 283.15 | 0.7 | 0.5 |
| Hex | A7 | 27 | D9 | 17 | 52 | 0 | F | 11B | 46 | 32 |
| Octal | 247 | 47 | 331 | 27 | 122 | 0 | 17 | 433 | 106 | 62 |
| Binary | 10100111 | 100111 | 11011001 | 10111 | 1010010 | 0 | 1111 | 100011011 | 1000110 | 110010 |
Color Harmonies of #A727D9
Complementary color
Monochromatic Colors of #A727D9
Black with #A727D9
Text Example
Text Example
White with #A727D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A727D9; }
p { color: rgb(167,39,217); }
H1.HeaderClassName
{
color: #A727D9;
}
.AnyTagClassName
{
color: #A727D9;
}
</style>
background-color css
<style>
a { background-color: #A727D9; }
a { background-color: rgb(167,39,217); }
div.DivClassName
{
background-color: #A727D9;
}
.BgClassName
{
background-color: #A727D9;
}
</style>
border-color css
<style>
span { border-color: #A727D9; }
span { border-color: rgb(167,39,217); }
td.TdClassName
{
border-color: #A727D9;
}
.TagClassName
{
border-color: #A727D9;
}
</style>