Shades of Dark Orchid #A924CF
Tints of Dark Orchid #A924CF
RGB
CMYK
RGB Variations
Color information
#A924CF (or 0xA924CF) is known color: Dark Orchid. HEX triplet: A9, 24 and CF. RGB value is (169,36,207). Sum of RGB (Red+Green+Blue) = 169+36+207=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #A924CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A924CF is #56DB30. Grayscale: #5E5E5E. Windows color (decimal): -5692209 or 13575337. OLE color: 13575337.
HSL color Cylindrical-coordinate representation of color #A924CF: hue angle of 286.67º 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 #A924CF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 36 | 207 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.19 |
| HSL | 286.67º | 0.7% | 0.48% | - |
| HSV(B) | 286.67º | 0.83% | 0.81% | - |
| XYZ | 28.26 | 14.2 | 60.28 | - |
| YUV | 95.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 36 | 207 | 0.18 | 0.83 | 0 | 0.19 | 286.67 | 0.7 | 0.48 |
| Hex | A9 | 24 | CF | 12 | 53 | 0 | 13 | 11F | 46 | 30 |
| Octal | 251 | 44 | 317 | 22 | 123 | 0 | 23 | 437 | 106 | 60 |
| Binary | 10101001 | 100100 | 11001111 | 10010 | 1010011 | 0 | 10011 | 100011111 | 1000110 | 110000 |
Color Harmonies of #A924CF
Complementary color
Monochromatic Colors of #A924CF
Black with #A924CF
Text Example
Text Example
White with #A924CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A924CF; }
p { color: rgb(169,36,207); }
H1.HeaderClassName
{
color: #A924CF;
}
.AnyTagClassName
{
color: #A924CF;
}
</style>
background-color css
<style>
a { background-color: #A924CF; }
a { background-color: rgb(169,36,207); }
div.DivClassName
{
background-color: #A924CF;
}
.BgClassName
{
background-color: #A924CF;
}
</style>
border-color css
<style>
span { border-color: #A924CF; }
span { border-color: rgb(169,36,207); }
td.TdClassName
{
border-color: #A924CF;
}
.TagClassName
{
border-color: #A924CF;
}
</style>