Shades of Dark Orchid #A53DBE
Tints of Dark Orchid #A53DBE
RGB
CMYK
RGB Variations
Color information
#A53DBE (or 0xA53DBE) is known color: Dark Orchid. HEX triplet: A5, 3D and BE. RGB value is (165,61,190). Sum of RGB (Red+Green+Blue) = 165+61+190=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #A53DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DBE is #5AC241. Grayscale: #6A6A6A. Windows color (decimal): -5947970 or 12467621. OLE color: 12467621.
HSL color Cylindrical-coordinate representation of color #A53DBE: hue angle of 288.37º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53DBE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 61 | 190 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.25 |
| HSL | 288.37º | 0.51% | 0.49% | - |
| HSV(B) | 288.37º | 0.68% | 0.75% | - |
| XYZ | 26.48 | 15.05 | 50.23 | - |
| YUV | 106.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 190 | 0.13 | 0.68 | 0 | 0.25 | 288.37 | 0.51 | 0.49 |
| Hex | A5 | 3D | BE | D | 44 | 0 | 19 | 120 | 33 | 31 |
| Octal | 245 | 75 | 276 | 15 | 104 | 0 | 31 | 440 | 63 | 61 |
| Binary | 10100101 | 111101 | 10111110 | 1101 | 1000100 | 0 | 11001 | 100100000 | 110011 | 110001 |
Color Harmonies of #A53DBE
Complementary color
Monochromatic Colors of #A53DBE
Black with #A53DBE
Text Example
Text Example
White with #A53DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DBE; }
p { color: rgb(165,61,190); }
H1.HeaderClassName
{
color: #A53DBE;
}
.AnyTagClassName
{
color: #A53DBE;
}
</style>
background-color css
<style>
a { background-color: #A53DBE; }
a { background-color: rgb(165,61,190); }
div.DivClassName
{
background-color: #A53DBE;
}
.BgClassName
{
background-color: #A53DBE;
}
</style>
border-color css
<style>
span { border-color: #A53DBE; }
span { border-color: rgb(165,61,190); }
td.TdClassName
{
border-color: #A53DBE;
}
.TagClassName
{
border-color: #A53DBE;
}
</style>