Shades of Dark Orchid #A53CCF
Tints of Dark Orchid #A53CCF
RGB
CMYK
RGB Variations
Color information
#A53CCF (or 0xA53CCF) is known color: Dark Orchid. HEX triplet: A5, 3C and CF. RGB value is (165,60,207). Sum of RGB (Red+Green+Blue) = 165+60+207=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #A53CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CCF is #5AC330. Grayscale: #6B6B6B. Windows color (decimal): -5948209 or 13581477. OLE color: 13581477.
HSL color Cylindrical-coordinate representation of color #A53CCF: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53CCF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 60 | 207 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.19 |
| HSL | 282.86º | 0.6% | 0.52% | - |
| HSV(B) | 282.86º | 0.71% | 0.81% | - |
| XYZ | 28.4 | 15.74 | 60.57 | - |
| YUV | 108.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 207 | 0.20 | 0.71 | 0 | 0.19 | 282.86 | 0.6 | 0.52 |
| Hex | A5 | 3C | CF | 14 | 47 | 0 | 13 | 11B | 3C | 34 |
| Octal | 245 | 74 | 317 | 24 | 107 | 0 | 23 | 433 | 74 | 64 |
| Binary | 10100101 | 111100 | 11001111 | 10100 | 1000111 | 0 | 10011 | 100011011 | 111100 | 110100 |
Color Harmonies of #A53CCF
Complementary color
Monochromatic Colors of #A53CCF
Black with #A53CCF
Text Example
Text Example
White with #A53CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53CCF; }
p { color: rgb(165,60,207); }
H1.HeaderClassName
{
color: #A53CCF;
}
.AnyTagClassName
{
color: #A53CCF;
}
</style>
background-color css
<style>
a { background-color: #A53CCF; }
a { background-color: rgb(165,60,207); }
div.DivClassName
{
background-color: #A53CCF;
}
.BgClassName
{
background-color: #A53CCF;
}
</style>
border-color css
<style>
span { border-color: #A53CCF; }
span { border-color: rgb(165,60,207); }
td.TdClassName
{
border-color: #A53CCF;
}
.TagClassName
{
border-color: #A53CCF;
}
</style>