Shades of Dark Orchid #A723DF
Tints of Dark Orchid #A723DF
RGB
CMYK
RGB Variations
Color information
#A723DF (or 0xA723DF) is known color: Dark Orchid. HEX triplet: A7, 23 and DF. RGB value is (167,35,223). Sum of RGB (Red+Green+Blue) = 167+35+223=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #A723DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A723DF is #58DC20. Grayscale: #5F5F5F. Windows color (decimal): -5823521 or 14623655. OLE color: 14623655.
HSL color Cylindrical-coordinate representation of color #A723DF: hue angle of 282.13º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A723DF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 35 | 223 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.13 |
| HSL | 282.13º | 0.75% | 0.51% | - |
| HSV(B) | 282.13º | 0.84% | 0.87% | - |
| XYZ | 29.86 | 14.75 | 71.08 | - |
| YUV | 95.9 | 199.73 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 35 | 223 | 0.25 | 0.84 | 0 | 0.13 | 282.13 | 0.75 | 0.51 |
| Hex | A7 | 23 | DF | 19 | 54 | 0 | D | 11A | 4B | 33 |
| Octal | 247 | 43 | 337 | 31 | 124 | 0 | 15 | 432 | 113 | 63 |
| Binary | 10100111 | 100011 | 11011111 | 11001 | 1010100 | 0 | 1101 | 100011010 | 1001011 | 110011 |
Color Harmonies of #A723DF
Complementary color
Monochromatic Colors of #A723DF
Black with #A723DF
Text Example
Text Example
White with #A723DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A723DF; }
p { color: rgb(167,35,223); }
H1.HeaderClassName
{
color: #A723DF;
}
.AnyTagClassName
{
color: #A723DF;
}
</style>
background-color css
<style>
a { background-color: #A723DF; }
a { background-color: rgb(167,35,223); }
div.DivClassName
{
background-color: #A723DF;
}
.BgClassName
{
background-color: #A723DF;
}
</style>
border-color css
<style>
span { border-color: #A723DF; }
span { border-color: rgb(167,35,223); }
td.TdClassName
{
border-color: #A723DF;
}
.TagClassName
{
border-color: #A723DF;
}
</style>