Shades of Dark Orchid #A53BCB
Tints of Dark Orchid #A53BCB
RGB
CMYK
RGB Variations
Color information
#A53BCB (or 0xA53BCB) is known color: Dark Orchid. HEX triplet: A5, 3B and CB. RGB value is (165,59,203). Sum of RGB (Red+Green+Blue) = 165+59+203=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #A53BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53BCB is #5AC434. Grayscale: #6A6A6A. Windows color (decimal): -5948469 or 13319077. OLE color: 13319077.
HSL color Cylindrical-coordinate representation of color #A53BCB: hue angle of 284.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53BCB is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 59 | 203 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.20 |
| HSL | 284.17º | 0.58% | 0.51% | - |
| HSV(B) | 284.17º | 0.71% | 0.8% | - |
| XYZ | 27.86 | 15.44 | 58.01 | - |
| YUV | 107.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 203 | 0.19 | 0.71 | 0 | 0.20 | 284.17 | 0.58 | 0.51 |
| Hex | A5 | 3B | CB | 13 | 47 | 0 | 14 | 11C | 3A | 33 |
| Octal | 245 | 73 | 313 | 23 | 107 | 0 | 24 | 434 | 72 | 63 |
| Binary | 10100101 | 111011 | 11001011 | 10011 | 1000111 | 0 | 10100 | 100011100 | 111010 | 110011 |
Color Harmonies of #A53BCB
Complementary color
Monochromatic Colors of #A53BCB
Black with #A53BCB
Text Example
Text Example
White with #A53BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53BCB; }
p { color: rgb(165,59,203); }
H1.HeaderClassName
{
color: #A53BCB;
}
.AnyTagClassName
{
color: #A53BCB;
}
</style>
background-color css
<style>
a { background-color: #A53BCB; }
a { background-color: rgb(165,59,203); }
div.DivClassName
{
background-color: #A53BCB;
}
.BgClassName
{
background-color: #A53BCB;
}
</style>
border-color css
<style>
span { border-color: #A53BCB; }
span { border-color: rgb(165,59,203); }
td.TdClassName
{
border-color: #A53BCB;
}
.TagClassName
{
border-color: #A53BCB;
}
</style>