Shades of Dark Orchid #A824CD
Tints of Dark Orchid #A824CD
RGB
CMYK
RGB Variations
Color information
#A824CD (or 0xA824CD) is known color: Dark Orchid. HEX triplet: A8, 24 and CD. RGB value is (168,36,205). Sum of RGB (Red+Green+Blue) = 168+36+205=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #A824CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824CD is #57DB32. Grayscale: #5E5E5E. Windows color (decimal): -5757747 or 13444264. OLE color: 13444264.
HSL color Cylindrical-coordinate representation of color #A824CD: hue angle of 286.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A824CD is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 36 | 205 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.20 |
| HSL | 286.86º | 0.7% | 0.47% | - |
| HSV(B) | 286.86º | 0.82% | 0.8% | - |
| XYZ | 27.8 | 13.99 | 58.99 | - |
| YUV | 94.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 205 | 0.18 | 0.82 | 0 | 0.20 | 286.86 | 0.7 | 0.47 |
| Hex | A8 | 24 | CD | 12 | 52 | 0 | 14 | 11F | 46 | 2F |
| Octal | 250 | 44 | 315 | 22 | 122 | 0 | 24 | 437 | 106 | 57 |
| Binary | 10101000 | 100100 | 11001101 | 10010 | 1010010 | 0 | 10100 | 100011111 | 1000110 | 101111 |
Color Harmonies of #A824CD
Complementary color
Monochromatic Colors of #A824CD
Black with #A824CD
Text Example
Text Example
White with #A824CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824CD; }
p { color: rgb(168,36,205); }
H1.HeaderClassName
{
color: #A824CD;
}
.AnyTagClassName
{
color: #A824CD;
}
</style>
background-color css
<style>
a { background-color: #A824CD; }
a { background-color: rgb(168,36,205); }
div.DivClassName
{
background-color: #A824CD;
}
.BgClassName
{
background-color: #A824CD;
}
</style>
border-color css
<style>
span { border-color: #A824CD; }
span { border-color: rgb(168,36,205); }
td.TdClassName
{
border-color: #A824CD;
}
.TagClassName
{
border-color: #A824CD;
}
</style>