Shades of Dark Orchid #A53DBB
Tints of Dark Orchid #A53DBB
RGB
CMYK
RGB Variations
Color information
#A53DBB (or 0xA53DBB) is known color: Dark Orchid. HEX triplet: A5, 3D and BB. RGB value is (165,61,187). Sum of RGB (Red+Green+Blue) = 165+61+187=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #A53DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DBB is #5AC244. Grayscale: #6A6A6A. Windows color (decimal): -5947973 or 12271013. OLE color: 12271013.
HSL color Cylindrical-coordinate representation of color #A53DBB: hue angle of 289.52º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53DBB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 61 | 187 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.27 |
| HSL | 289.52º | 0.51% | 0.49% | - |
| HSV(B) | 289.52º | 0.67% | 0.73% | - |
| XYZ | 26.16 | 14.92 | 48.52 | - |
| YUV | 106.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 187 | 0.12 | 0.67 | 0 | 0.27 | 289.52 | 0.51 | 0.49 |
| Hex | A5 | 3D | BB | C | 43 | 0 | 1B | 122 | 33 | 31 |
| Octal | 245 | 75 | 273 | 14 | 103 | 0 | 33 | 442 | 63 | 61 |
| Binary | 10100101 | 111101 | 10111011 | 1100 | 1000011 | 0 | 11011 | 100100010 | 110011 | 110001 |
Color Harmonies of #A53DBB
Complementary color
Monochromatic Colors of #A53DBB
Black with #A53DBB
Text Example
Text Example
White with #A53DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DBB; }
p { color: rgb(165,61,187); }
H1.HeaderClassName
{
color: #A53DBB;
}
.AnyTagClassName
{
color: #A53DBB;
}
</style>
background-color css
<style>
a { background-color: #A53DBB; }
a { background-color: rgb(165,61,187); }
div.DivClassName
{
background-color: #A53DBB;
}
.BgClassName
{
background-color: #A53DBB;
}
</style>
border-color css
<style>
span { border-color: #A53DBB; }
span { border-color: rgb(165,61,187); }
td.TdClassName
{
border-color: #A53DBB;
}
.TagClassName
{
border-color: #A53DBB;
}
</style>