Shades of Dark Orchid #A53DCA
Tints of Dark Orchid #A53DCA
RGB
CMYK
RGB Variations
Color information
#A53DCA (or 0xA53DCA) is known color: Dark Orchid. HEX triplet: A5, 3D and CA. RGB value is (165,61,202). Sum of RGB (Red+Green+Blue) = 165+61+202=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #A53DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DCA is #5AC235. Grayscale: #6B6B6B. Windows color (decimal): -5947958 or 13254053. OLE color: 13254053.
HSL color Cylindrical-coordinate representation of color #A53DCA: hue angle of 284.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53DCA is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 61 | 202 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.21 |
| HSL | 284.26º | 0.57% | 0.52% | - |
| HSV(B) | 284.26º | 0.7% | 0.79% | - |
| XYZ | 27.85 | 15.6 | 57.42 | - |
| YUV | 108.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 202 | 0.18 | 0.70 | 0 | 0.21 | 284.26 | 0.57 | 0.52 |
| Hex | A5 | 3D | CA | 12 | 46 | 0 | 15 | 11C | 39 | 34 |
| Octal | 245 | 75 | 312 | 22 | 106 | 0 | 25 | 434 | 71 | 64 |
| Binary | 10100101 | 111101 | 11001010 | 10010 | 1000110 | 0 | 10101 | 100011100 | 111001 | 110100 |
Color Harmonies of #A53DCA
Complementary color
Monochromatic Colors of #A53DCA
Black with #A53DCA
Text Example
Text Example
White with #A53DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DCA; }
p { color: rgb(165,61,202); }
H1.HeaderClassName
{
color: #A53DCA;
}
.AnyTagClassName
{
color: #A53DCA;
}
</style>
background-color css
<style>
a { background-color: #A53DCA; }
a { background-color: rgb(165,61,202); }
div.DivClassName
{
background-color: #A53DCA;
}
.BgClassName
{
background-color: #A53DCA;
}
</style>
border-color css
<style>
span { border-color: #A53DCA; }
span { border-color: rgb(165,61,202); }
td.TdClassName
{
border-color: #A53DCA;
}
.TagClassName
{
border-color: #A53DCA;
}
</style>