Shades of Dark Orchid #A53DCE
Tints of Dark Orchid #A53DCE
RGB
CMYK
RGB Variations
Color information
#A53DCE (or 0xA53DCE) is known color: Dark Orchid. HEX triplet: A5, 3D and CE. RGB value is (165,61,206). Sum of RGB (Red+Green+Blue) = 165+61+206=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #A53DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DCE is #5AC231. Grayscale: #6C6C6C. Windows color (decimal): -5947954 or 13516197. OLE color: 13516197.
HSL color Cylindrical-coordinate representation of color #A53DCE: hue angle of 283.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53DCE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 61 | 206 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.19 |
| HSL | 283.03º | 0.6% | 0.52% | - |
| HSV(B) | 283.03º | 0.7% | 0.81% | - |
| XYZ | 28.33 | 15.79 | 59.95 | - |
| YUV | 108.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 206 | 0.20 | 0.70 | 0 | 0.19 | 283.03 | 0.6 | 0.52 |
| Hex | A5 | 3D | CE | 14 | 46 | 0 | 13 | 11B | 3C | 34 |
| Octal | 245 | 75 | 316 | 24 | 106 | 0 | 23 | 433 | 74 | 64 |
| Binary | 10100101 | 111101 | 11001110 | 10100 | 1000110 | 0 | 10011 | 100011011 | 111100 | 110100 |
Color Harmonies of #A53DCE
Complementary color
Monochromatic Colors of #A53DCE
Black with #A53DCE
Text Example
Text Example
White with #A53DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DCE; }
p { color: rgb(165,61,206); }
H1.HeaderClassName
{
color: #A53DCE;
}
.AnyTagClassName
{
color: #A53DCE;
}
</style>
background-color css
<style>
a { background-color: #A53DCE; }
a { background-color: rgb(165,61,206); }
div.DivClassName
{
background-color: #A53DCE;
}
.BgClassName
{
background-color: #A53DCE;
}
</style>
border-color css
<style>
span { border-color: #A53DCE; }
span { border-color: rgb(165,61,206); }
td.TdClassName
{
border-color: #A53DCE;
}
.TagClassName
{
border-color: #A53DCE;
}
</style>