Shades of Dark Orchid #A824CC
Tints of Dark Orchid #A824CC
RGB
CMYK
RGB Variations
Color information
#A824CC (or 0xA824CC) is known color: Dark Orchid. HEX triplet: A8, 24 and CC. RGB value is (168,36,204). Sum of RGB (Red+Green+Blue) = 168+36+204=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #A824CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824CC is #57DB33. Grayscale: #5E5E5E. Windows color (decimal): -5757748 or 13378728. OLE color: 13378728.
HSL color Cylindrical-coordinate representation of color #A824CC: hue angle of 287.14º 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 #A824CC is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 36 | 204 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.2 |
| HSL | 287.14º | 0.7% | 0.47% | - |
| HSV(B) | 287.14º | 0.82% | 0.8% | - |
| XYZ | 27.68 | 13.95 | 58.36 | - |
| YUV | 94.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 204 | 0.18 | 0.82 | 0 | 0.2 | 287.14 | 0.7 | 0.47 |
| Hex | A8 | 24 | CC | 12 | 52 | 0 | 14 | 11F | 46 | 2F |
| Octal | 250 | 44 | 314 | 22 | 122 | 0 | 24 | 437 | 106 | 57 |
| Binary | 10101000 | 100100 | 11001100 | 10010 | 1010010 | 0 | 10100 | 100011111 | 1000110 | 101111 |
Color Harmonies of #A824CC
Complementary color
Monochromatic Colors of #A824CC
Black with #A824CC
Text Example
Text Example
White with #A824CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824CC; }
p { color: rgb(168,36,204); }
H1.HeaderClassName
{
color: #A824CC;
}
.AnyTagClassName
{
color: #A824CC;
}
</style>
background-color css
<style>
a { background-color: #A824CC; }
a { background-color: rgb(168,36,204); }
div.DivClassName
{
background-color: #A824CC;
}
.BgClassName
{
background-color: #A824CC;
}
</style>
border-color css
<style>
span { border-color: #A824CC; }
span { border-color: rgb(168,36,204); }
td.TdClassName
{
border-color: #A824CC;
}
.TagClassName
{
border-color: #A824CC;
}
</style>