Shades of Dark Orchid #A53FCB
Tints of Dark Orchid #A53FCB
RGB
CMYK
RGB Variations
Color information
#A53FCB (or 0xA53FCB) is known color: Dark Orchid. HEX triplet: A5, 3F and CB. RGB value is (165,63,203). Sum of RGB (Red+Green+Blue) = 165+63+203=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A53FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FCB is #5AC034. Grayscale: #6C6C6C. Windows color (decimal): -5947445 or 13320101. OLE color: 13320101.
HSL color Cylindrical-coordinate representation of color #A53FCB: hue angle of 283.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53FCB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 63 | 203 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.20 |
| HSL | 283.71º | 0.57% | 0.52% | - |
| HSV(B) | 283.71º | 0.69% | 0.8% | - |
| XYZ | 28.07 | 15.87 | 58.08 | - |
| YUV | 109.46 | 180.79 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 203 | 0.19 | 0.69 | 0 | 0.20 | 283.71 | 0.57 | 0.52 |
| Hex | A5 | 3F | CB | 13 | 45 | 0 | 14 | 11C | 39 | 34 |
| Octal | 245 | 77 | 313 | 23 | 105 | 0 | 24 | 434 | 71 | 64 |
| Binary | 10100101 | 111111 | 11001011 | 10011 | 1000101 | 0 | 10100 | 100011100 | 111001 | 110100 |
Color Harmonies of #A53FCB
Complementary color
Monochromatic Colors of #A53FCB
Black with #A53FCB
Text Example
Text Example
White with #A53FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FCB; }
p { color: rgb(165,63,203); }
H1.HeaderClassName
{
color: #A53FCB;
}
.AnyTagClassName
{
color: #A53FCB;
}
</style>
background-color css
<style>
a { background-color: #A53FCB; }
a { background-color: rgb(165,63,203); }
div.DivClassName
{
background-color: #A53FCB;
}
.BgClassName
{
background-color: #A53FCB;
}
</style>
border-color css
<style>
span { border-color: #A53FCB; }
span { border-color: rgb(165,63,203); }
td.TdClassName
{
border-color: #A53FCB;
}
.TagClassName
{
border-color: #A53FCB;
}
</style>