Shades of Dark Orchid #A728CF
Tints of Dark Orchid #A728CF
RGB
CMYK
RGB Variations
Color information
#A728CF (or 0xA728CF) is known color: Dark Orchid. HEX triplet: A7, 28 and CF. RGB value is (167,40,207). Sum of RGB (Red+Green+Blue) = 167+40+207=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #A728CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728CF is #58D730. Grayscale: #606060. Windows color (decimal): -5822257 or 13576359. OLE color: 13576359.
HSL color Cylindrical-coordinate representation of color #A728CF: hue angle of 285.63º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A728CF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 40 | 207 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.19 |
| HSL | 285.63º | 0.68% | 0.48% | - |
| HSV(B) | 285.63º | 0.81% | 0.81% | - |
| XYZ | 27.96 | 14.24 | 60.31 | - |
| YUV | 97.01 | 190.08 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 207 | 0.19 | 0.81 | 0 | 0.19 | 285.63 | 0.68 | 0.48 |
| Hex | A7 | 28 | CF | 13 | 51 | 0 | 13 | 11E | 44 | 30 |
| Octal | 247 | 50 | 317 | 23 | 121 | 0 | 23 | 436 | 104 | 60 |
| Binary | 10100111 | 101000 | 11001111 | 10011 | 1010001 | 0 | 10011 | 100011110 | 1000100 | 110000 |
Color Harmonies of #A728CF
Complementary color
Monochromatic Colors of #A728CF
Black with #A728CF
Text Example
Text Example
White with #A728CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728CF; }
p { color: rgb(167,40,207); }
H1.HeaderClassName
{
color: #A728CF;
}
.AnyTagClassName
{
color: #A728CF;
}
</style>
background-color css
<style>
a { background-color: #A728CF; }
a { background-color: rgb(167,40,207); }
div.DivClassName
{
background-color: #A728CF;
}
.BgClassName
{
background-color: #A728CF;
}
</style>
border-color css
<style>
span { border-color: #A728CF; }
span { border-color: rgb(167,40,207); }
td.TdClassName
{
border-color: #A728CF;
}
.TagClassName
{
border-color: #A728CF;
}
</style>