Shades of Dark Orchid #A53DC1
Tints of Dark Orchid #A53DC1
RGB
CMYK
RGB Variations
Color information
#A53DC1 (or 0xA53DC1) is known color: Dark Orchid. HEX triplet: A5, 3D and C1. RGB value is (165,61,193). Sum of RGB (Red+Green+Blue) = 165+61+193=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #A53DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DC1 is #5AC23E. Grayscale: #6A6A6A. Windows color (decimal): -5947967 or 12664229. OLE color: 12664229.
HSL color Cylindrical-coordinate representation of color #A53DC1: hue angle of 287.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53DC1 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 61 | 193 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.24 |
| HSL | 287.27º | 0.52% | 0.5% | - |
| HSV(B) | 287.27º | 0.68% | 0.76% | - |
| XYZ | 26.81 | 15.19 | 51.97 | - |
| YUV | 107.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 193 | 0.15 | 0.68 | 0 | 0.24 | 287.27 | 0.52 | 0.5 |
| Hex | A5 | 3D | C1 | F | 44 | 0 | 18 | 11F | 34 | 32 |
| Octal | 245 | 75 | 301 | 17 | 104 | 0 | 30 | 437 | 64 | 62 |
| Binary | 10100101 | 111101 | 11000001 | 1111 | 1000100 | 0 | 11000 | 100011111 | 110100 | 110010 |
Color Harmonies of #A53DC1
Complementary color
Monochromatic Colors of #A53DC1
Black with #A53DC1
Text Example
Text Example
White with #A53DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DC1; }
p { color: rgb(165,61,193); }
H1.HeaderClassName
{
color: #A53DC1;
}
.AnyTagClassName
{
color: #A53DC1;
}
</style>
background-color css
<style>
a { background-color: #A53DC1; }
a { background-color: rgb(165,61,193); }
div.DivClassName
{
background-color: #A53DC1;
}
.BgClassName
{
background-color: #A53DC1;
}
</style>
border-color css
<style>
span { border-color: #A53DC1; }
span { border-color: rgb(165,61,193); }
td.TdClassName
{
border-color: #A53DC1;
}
.TagClassName
{
border-color: #A53DC1;
}
</style>