Shades of Dark Orchid #A924CA
Tints of Dark Orchid #A924CA
RGB
CMYK
RGB Variations
Color information
#A924CA (or 0xA924CA) is known color: Dark Orchid. HEX triplet: A9, 24 and CA. RGB value is (169,36,202). Sum of RGB (Red+Green+Blue) = 169+36+202=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A924CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A924CA is #56DB35. Grayscale: #5E5E5E. Windows color (decimal): -5692214 or 13247657. OLE color: 13247657.
HSL color Cylindrical-coordinate representation of color #A924CA: hue angle of 288.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A924CA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 36 | 202 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.21 |
| HSL | 288.07º | 0.7% | 0.47% | - |
| HSV(B) | 288.07º | 0.82% | 0.79% | - |
| XYZ | 27.65 | 13.96 | 57.11 | - |
| YUV | 94.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 36 | 202 | 0.16 | 0.82 | 0 | 0.21 | 288.07 | 0.7 | 0.47 |
| Hex | A9 | 24 | CA | 10 | 52 | 0 | 15 | 120 | 46 | 2F |
| Octal | 251 | 44 | 312 | 20 | 122 | 0 | 25 | 440 | 106 | 57 |
| Binary | 10101001 | 100100 | 11001010 | 10000 | 1010010 | 0 | 10101 | 100100000 | 1000110 | 101111 |
Color Harmonies of #A924CA
Complementary color
Monochromatic Colors of #A924CA
Black with #A924CA
Text Example
Text Example
White with #A924CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A924CA; }
p { color: rgb(169,36,202); }
H1.HeaderClassName
{
color: #A924CA;
}
.AnyTagClassName
{
color: #A924CA;
}
</style>
background-color css
<style>
a { background-color: #A924CA; }
a { background-color: rgb(169,36,202); }
div.DivClassName
{
background-color: #A924CA;
}
.BgClassName
{
background-color: #A924CA;
}
</style>
border-color css
<style>
span { border-color: #A924CA; }
span { border-color: rgb(169,36,202); }
td.TdClassName
{
border-color: #A924CA;
}
.TagClassName
{
border-color: #A924CA;
}
</style>