Shades of Dark Orchid #A724CF
Tints of Dark Orchid #A724CF
RGB
CMYK
RGB Variations
Color information
#A724CF (or 0xA724CF) is known color: Dark Orchid. HEX triplet: A7, 24 and CF. RGB value is (167,36,207). Sum of RGB (Red+Green+Blue) = 167+36+207=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #A724CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724CF is #58DB30. Grayscale: #5E5E5E. Windows color (decimal): -5823281 or 13575335. OLE color: 13575335.
HSL color Cylindrical-coordinate representation of color #A724CF: hue angle of 285.96º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A724CF is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 36 | 207 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.19 |
| HSL | 285.96º | 0.7% | 0.48% | - |
| HSV(B) | 285.96º | 0.83% | 0.81% | - |
| XYZ | 27.83 | 13.98 | 60.26 | - |
| YUV | 94.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 207 | 0.19 | 0.83 | 0 | 0.19 | 285.96 | 0.7 | 0.48 |
| Hex | A7 | 24 | CF | 13 | 53 | 0 | 13 | 11E | 46 | 30 |
| Octal | 247 | 44 | 317 | 23 | 123 | 0 | 23 | 436 | 106 | 60 |
| Binary | 10100111 | 100100 | 11001111 | 10011 | 1010011 | 0 | 10011 | 100011110 | 1000110 | 110000 |
Color Harmonies of #A724CF
Complementary color
Monochromatic Colors of #A724CF
Black with #A724CF
Text Example
Text Example
White with #A724CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A724CF; }
p { color: rgb(167,36,207); }
H1.HeaderClassName
{
color: #A724CF;
}
.AnyTagClassName
{
color: #A724CF;
}
</style>
background-color css
<style>
a { background-color: #A724CF; }
a { background-color: rgb(167,36,207); }
div.DivClassName
{
background-color: #A724CF;
}
.BgClassName
{
background-color: #A724CF;
}
</style>
border-color css
<style>
span { border-color: #A724CF; }
span { border-color: rgb(167,36,207); }
td.TdClassName
{
border-color: #A724CF;
}
.TagClassName
{
border-color: #A724CF;
}
</style>