Shades of Dark Orchid #A727D5
Tints of Dark Orchid #A727D5
RGB
CMYK
RGB Variations
Color information
#A727D5 (or 0xA727D5) is known color: Dark Orchid. HEX triplet: A7, 27 and D5. RGB value is (167,39,213). Sum of RGB (Red+Green+Blue) = 167+39+213=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #A727D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A727D5 is #58D82A. Grayscale: #606060. Windows color (decimal): -5822507 or 13969319. OLE color: 13969319.
HSL color Cylindrical-coordinate representation of color #A727D5: hue angle of 284.14º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A727D5 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 39 | 213 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.16 |
| HSL | 284.14º | 0.69% | 0.49% | - |
| HSV(B) | 284.14º | 0.82% | 0.84% | - |
| XYZ | 28.67 | 14.47 | 64.23 | - |
| YUV | 97.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 213 | 0.22 | 0.82 | 0 | 0.16 | 284.14 | 0.69 | 0.49 |
| Hex | A7 | 27 | D5 | 16 | 52 | 0 | 10 | 11C | 45 | 31 |
| Octal | 247 | 47 | 325 | 26 | 122 | 0 | 20 | 434 | 105 | 61 |
| Binary | 10100111 | 100111 | 11010101 | 10110 | 1010010 | 0 | 10000 | 100011100 | 1000101 | 110001 |
Color Harmonies of #A727D5
Complementary color
Monochromatic Colors of #A727D5
Black with #A727D5
Text Example
Text Example
White with #A727D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A727D5; }
p { color: rgb(167,39,213); }
H1.HeaderClassName
{
color: #A727D5;
}
.AnyTagClassName
{
color: #A727D5;
}
</style>
background-color css
<style>
a { background-color: #A727D5; }
a { background-color: rgb(167,39,213); }
div.DivClassName
{
background-color: #A727D5;
}
.BgClassName
{
background-color: #A727D5;
}
</style>
border-color css
<style>
span { border-color: #A727D5; }
span { border-color: rgb(167,39,213); }
td.TdClassName
{
border-color: #A727D5;
}
.TagClassName
{
border-color: #A727D5;
}
</style>