Shades of Dark Orchid #A53BCD
Tints of Dark Orchid #A53BCD
RGB
CMYK
RGB Variations
Color information
#A53BCD (or 0xA53BCD) is known color: Dark Orchid. HEX triplet: A5, 3B and CD. RGB value is (165,59,205). Sum of RGB (Red+Green+Blue) = 165+59+205=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #A53BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53BCD is #5AC432. Grayscale: #6A6A6A. Windows color (decimal): -5948467 or 13450149. OLE color: 13450149.
HSL color Cylindrical-coordinate representation of color #A53BCD: hue angle of 283.56º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53BCD is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 59 | 205 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.20 |
| HSL | 283.56º | 0.59% | 0.52% | - |
| HSV(B) | 283.56º | 0.71% | 0.8% | - |
| XYZ | 28.1 | 15.54 | 59.28 | - |
| YUV | 107.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 205 | 0.20 | 0.71 | 0 | 0.20 | 283.56 | 0.59 | 0.52 |
| Hex | A5 | 3B | CD | 14 | 47 | 0 | 14 | 11C | 3B | 34 |
| Octal | 245 | 73 | 315 | 24 | 107 | 0 | 24 | 434 | 73 | 64 |
| Binary | 10100101 | 111011 | 11001101 | 10100 | 1000111 | 0 | 10100 | 100011100 | 111011 | 110100 |
Color Harmonies of #A53BCD
Complementary color
Monochromatic Colors of #A53BCD
Black with #A53BCD
Text Example
Text Example
White with #A53BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53BCD; }
p { color: rgb(165,59,205); }
H1.HeaderClassName
{
color: #A53BCD;
}
.AnyTagClassName
{
color: #A53BCD;
}
</style>
background-color css
<style>
a { background-color: #A53BCD; }
a { background-color: rgb(165,59,205); }
div.DivClassName
{
background-color: #A53BCD;
}
.BgClassName
{
background-color: #A53BCD;
}
</style>
border-color css
<style>
span { border-color: #A53BCD; }
span { border-color: rgb(165,59,205); }
td.TdClassName
{
border-color: #A53BCD;
}
.TagClassName
{
border-color: #A53BCD;
}
</style>