Shades of Dark Orchid #A53ECB
Tints of Dark Orchid #A53ECB
RGB
CMYK
RGB Variations
Color information
#A53ECB (or 0xA53ECB) is known color: Dark Orchid. HEX triplet: A5, 3E and CB. RGB value is (165,62,203). Sum of RGB (Red+Green+Blue) = 165+62+203=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #A53ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ECB is #5AC134. Grayscale: #6C6C6C. Windows color (decimal): -5947701 or 13319845. OLE color: 13319845.
HSL color Cylindrical-coordinate representation of color #A53ECB: hue angle of 283.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53ECB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 62 | 203 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.20 |
| HSL | 283.83º | 0.58% | 0.52% | - |
| HSV(B) | 283.83º | 0.69% | 0.8% | - |
| XYZ | 28.02 | 15.76 | 58.06 | - |
| YUV | 108.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 203 | 0.19 | 0.69 | 0 | 0.20 | 283.83 | 0.58 | 0.52 |
| Hex | A5 | 3E | CB | 13 | 45 | 0 | 14 | 11C | 3A | 34 |
| Octal | 245 | 76 | 313 | 23 | 105 | 0 | 24 | 434 | 72 | 64 |
| Binary | 10100101 | 111110 | 11001011 | 10011 | 1000101 | 0 | 10100 | 100011100 | 111010 | 110100 |
Color Harmonies of #A53ECB
Complementary color
Monochromatic Colors of #A53ECB
Black with #A53ECB
Text Example
Text Example
White with #A53ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53ECB; }
p { color: rgb(165,62,203); }
H1.HeaderClassName
{
color: #A53ECB;
}
.AnyTagClassName
{
color: #A53ECB;
}
</style>
background-color css
<style>
a { background-color: #A53ECB; }
a { background-color: rgb(165,62,203); }
div.DivClassName
{
background-color: #A53ECB;
}
.BgClassName
{
background-color: #A53ECB;
}
</style>
border-color css
<style>
span { border-color: #A53ECB; }
span { border-color: rgb(165,62,203); }
td.TdClassName
{
border-color: #A53ECB;
}
.TagClassName
{
border-color: #A53ECB;
}
</style>