Shades of Dark Orchid #A53ECC
Tints of Dark Orchid #A53ECC
RGB
CMYK
RGB Variations
Color information
#A53ECC (or 0xA53ECC) is known color: Dark Orchid. HEX triplet: A5, 3E and CC. RGB value is (165,62,204). Sum of RGB (Red+Green+Blue) = 165+62+204=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #A53ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ECC is #5AC133. Grayscale: #6C6C6C. Windows color (decimal): -5947700 or 13385381. OLE color: 13385381.
HSL color Cylindrical-coordinate representation of color #A53ECC: hue angle of 283.52º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53ECC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 62 | 204 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.2 |
| HSL | 283.52º | 0.58% | 0.52% | - |
| HSV(B) | 283.52º | 0.7% | 0.8% | - |
| XYZ | 28.14 | 15.8 | 58.69 | - |
| YUV | 108.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 204 | 0.19 | 0.70 | 0 | 0.2 | 283.52 | 0.58 | 0.52 |
| Hex | A5 | 3E | CC | 13 | 46 | 0 | 14 | 11C | 3A | 34 |
| Octal | 245 | 76 | 314 | 23 | 106 | 0 | 24 | 434 | 72 | 64 |
| Binary | 10100101 | 111110 | 11001100 | 10011 | 1000110 | 0 | 10100 | 100011100 | 111010 | 110100 |
Color Harmonies of #A53ECC
Complementary color
Monochromatic Colors of #A53ECC
Black with #A53ECC
Text Example
Text Example
White with #A53ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53ECC; }
p { color: rgb(165,62,204); }
H1.HeaderClassName
{
color: #A53ECC;
}
.AnyTagClassName
{
color: #A53ECC;
}
</style>
background-color css
<style>
a { background-color: #A53ECC; }
a { background-color: rgb(165,62,204); }
div.DivClassName
{
background-color: #A53ECC;
}
.BgClassName
{
background-color: #A53ECC;
}
</style>
border-color css
<style>
span { border-color: #A53ECC; }
span { border-color: rgb(165,62,204); }
td.TdClassName
{
border-color: #A53ECC;
}
.TagClassName
{
border-color: #A53ECC;
}
</style>