Shades of Dark Orchid #A53ACB
Tints of Dark Orchid #A53ACB
RGB
CMYK
RGB Variations
Color information
#A53ACB (or 0xA53ACB) is known color: Dark Orchid. HEX triplet: A5, 3A and CB. RGB value is (165,58,203). Sum of RGB (Red+Green+Blue) = 165+58+203=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #A53ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ACB is #5AC534. Grayscale: #6A6A6A. Windows color (decimal): -5948725 or 13318821. OLE color: 13318821.
HSL color Cylindrical-coordinate representation of color #A53ACB: hue angle of 284.28º 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 #A53ACB is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 58 | 203 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.20 |
| HSL | 284.28º | 0.58% | 0.51% | - |
| HSV(B) | 284.28º | 0.71% | 0.8% | - |
| XYZ | 27.81 | 15.34 | 57.99 | - |
| YUV | 106.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 203 | 0.19 | 0.71 | 0 | 0.20 | 284.28 | 0.58 | 0.51 |
| Hex | A5 | 3A | CB | 13 | 47 | 0 | 14 | 11C | 3A | 33 |
| Octal | 245 | 72 | 313 | 23 | 107 | 0 | 24 | 434 | 72 | 63 |
| Binary | 10100101 | 111010 | 11001011 | 10011 | 1000111 | 0 | 10100 | 100011100 | 111010 | 110011 |
Color Harmonies of #A53ACB
Complementary color
Monochromatic Colors of #A53ACB
Black with #A53ACB
Text Example
Text Example
White with #A53ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53ACB; }
p { color: rgb(165,58,203); }
H1.HeaderClassName
{
color: #A53ACB;
}
.AnyTagClassName
{
color: #A53ACB;
}
</style>
background-color css
<style>
a { background-color: #A53ACB; }
a { background-color: rgb(165,58,203); }
div.DivClassName
{
background-color: #A53ACB;
}
.BgClassName
{
background-color: #A53ACB;
}
</style>
border-color css
<style>
span { border-color: #A53ACB; }
span { border-color: rgb(165,58,203); }
td.TdClassName
{
border-color: #A53ACB;
}
.TagClassName
{
border-color: #A53ACB;
}
</style>