Shades of Dark Orchid #A53DCB
Tints of Dark Orchid #A53DCB
RGB
CMYK
RGB Variations
Color information
#A53DCB (or 0xA53DCB) is known color: Dark Orchid. HEX triplet: A5, 3D and CB. RGB value is (165,61,203). Sum of RGB (Red+Green+Blue) = 165+61+203=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #A53DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DCB is #5AC234. Grayscale: #6B6B6B. Windows color (decimal): -5947957 or 13319589. OLE color: 13319589.
HSL color Cylindrical-coordinate representation of color #A53DCB: hue angle of 283.94º 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 #A53DCB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 61 | 203 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.20 |
| HSL | 283.94º | 0.58% | 0.52% | - |
| HSV(B) | 283.94º | 0.7% | 0.8% | - |
| XYZ | 27.97 | 15.65 | 58.05 | - |
| YUV | 108.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 203 | 0.19 | 0.70 | 0 | 0.20 | 283.94 | 0.58 | 0.52 |
| Hex | A5 | 3D | CB | 13 | 46 | 0 | 14 | 11C | 3A | 34 |
| Octal | 245 | 75 | 313 | 23 | 106 | 0 | 24 | 434 | 72 | 64 |
| Binary | 10100101 | 111101 | 11001011 | 10011 | 1000110 | 0 | 10100 | 100011100 | 111010 | 110100 |
Color Harmonies of #A53DCB
Complementary color
Monochromatic Colors of #A53DCB
Black with #A53DCB
Text Example
Text Example
White with #A53DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DCB; }
p { color: rgb(165,61,203); }
H1.HeaderClassName
{
color: #A53DCB;
}
.AnyTagClassName
{
color: #A53DCB;
}
</style>
background-color css
<style>
a { background-color: #A53DCB; }
a { background-color: rgb(165,61,203); }
div.DivClassName
{
background-color: #A53DCB;
}
.BgClassName
{
background-color: #A53DCB;
}
</style>
border-color css
<style>
span { border-color: #A53DCB; }
span { border-color: rgb(165,61,203); }
td.TdClassName
{
border-color: #A53DCB;
}
.TagClassName
{
border-color: #A53DCB;
}
</style>