Shades of Dark Orchid #A728C7
Tints of Dark Orchid #A728C7
RGB
CMYK
RGB Variations
Color information
#A728C7 (or 0xA728C7) is known color: Dark Orchid. HEX triplet: A7, 28 and C7. RGB value is (167,40,199). Sum of RGB (Red+Green+Blue) = 167+40+199=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #A728C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728C7 is #58D738. Grayscale: #5F5F5F. Windows color (decimal): -5822265 or 13052071. OLE color: 13052071.
HSL color Cylindrical-coordinate representation of color #A728C7: hue angle of 287.92º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A728C7 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 40 | 199 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.22 |
| HSL | 287.92º | 0.67% | 0.47% | - |
| HSV(B) | 287.92º | 0.8% | 0.78% | - |
| XYZ | 27 | 13.86 | 55.28 | - |
| YUV | 96.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 199 | 0.16 | 0.80 | 0 | 0.22 | 287.92 | 0.67 | 0.47 |
| Hex | A7 | 28 | C7 | 10 | 50 | 0 | 16 | 120 | 43 | 2F |
| Octal | 247 | 50 | 307 | 20 | 120 | 0 | 26 | 440 | 103 | 57 |
| Binary | 10100111 | 101000 | 11000111 | 10000 | 1010000 | 0 | 10110 | 100100000 | 1000011 | 101111 |
Color Harmonies of #A728C7
Complementary color
Monochromatic Colors of #A728C7
Black with #A728C7
Text Example
Text Example
White with #A728C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728C7; }
p { color: rgb(167,40,199); }
H1.HeaderClassName
{
color: #A728C7;
}
.AnyTagClassName
{
color: #A728C7;
}
</style>
background-color css
<style>
a { background-color: #A728C7; }
a { background-color: rgb(167,40,199); }
div.DivClassName
{
background-color: #A728C7;
}
.BgClassName
{
background-color: #A728C7;
}
</style>
border-color css
<style>
span { border-color: #A728C7; }
span { border-color: rgb(167,40,199); }
td.TdClassName
{
border-color: #A728C7;
}
.TagClassName
{
border-color: #A728C7;
}
</style>