Shades of Dark Orchid #A524CC
Tints of Dark Orchid #A524CC
RGB
CMYK
RGB Variations
Color information
#A524CC (or 0xA524CC) is known color: Dark Orchid. HEX triplet: A5, 24 and CC. RGB value is (165,36,204). Sum of RGB (Red+Green+Blue) = 165+36+204=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #A524CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A524CC is #5ADB33. Grayscale: #5D5D5D. Windows color (decimal): -5954356 or 13378725. OLE color: 13378725.
HSL color Cylindrical-coordinate representation of color #A524CC: hue angle of 286.07º 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 #A524CC is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 36 | 204 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.2 |
| HSL | 286.07º | 0.7% | 0.47% | - |
| HSV(B) | 286.07º | 0.82% | 0.8% | - |
| XYZ | 27.05 | 13.62 | 58.33 | - |
| YUV | 93.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 204 | 0.19 | 0.82 | 0 | 0.2 | 286.07 | 0.7 | 0.47 |
| Hex | A5 | 24 | CC | 13 | 52 | 0 | 14 | 11E | 46 | 2F |
| Octal | 245 | 44 | 314 | 23 | 122 | 0 | 24 | 436 | 106 | 57 |
| Binary | 10100101 | 100100 | 11001100 | 10011 | 1010010 | 0 | 10100 | 100011110 | 1000110 | 101111 |
Color Harmonies of #A524CC
Complementary color
Monochromatic Colors of #A524CC
Black with #A524CC
Text Example
Text Example
White with #A524CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524CC; }
p { color: rgb(165,36,204); }
H1.HeaderClassName
{
color: #A524CC;
}
.AnyTagClassName
{
color: #A524CC;
}
</style>
background-color css
<style>
a { background-color: #A524CC; }
a { background-color: rgb(165,36,204); }
div.DivClassName
{
background-color: #A524CC;
}
.BgClassName
{
background-color: #A524CC;
}
</style>
border-color css
<style>
span { border-color: #A524CC; }
span { border-color: rgb(165,36,204); }
td.TdClassName
{
border-color: #A524CC;
}
.TagClassName
{
border-color: #A524CC;
}
</style>