Shades of Dark Orchid #A53FBC
Tints of Dark Orchid #A53FBC
RGB
CMYK
RGB Variations
Color information
#A53FBC (or 0xA53FBC) is known color: Dark Orchid. HEX triplet: A5, 3F and BC. RGB value is (165,63,188). Sum of RGB (Red+Green+Blue) = 165+63+188=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #A53FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FBC is #5AC043. Grayscale: #6B6B6B. Windows color (decimal): -5947460 or 12337061. OLE color: 12337061.
HSL color Cylindrical-coordinate representation of color #A53FBC: hue angle of 288.96º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53FBC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 63 | 188 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.26 |
| HSL | 288.96º | 0.5% | 0.49% | - |
| HSV(B) | 288.96º | 0.66% | 0.74% | - |
| XYZ | 26.37 | 15.19 | 49.12 | - |
| YUV | 107.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 188 | 0.12 | 0.66 | 0 | 0.26 | 288.96 | 0.5 | 0.49 |
| Hex | A5 | 3F | BC | C | 42 | 0 | 1A | 121 | 32 | 31 |
| Octal | 245 | 77 | 274 | 14 | 102 | 0 | 32 | 441 | 62 | 61 |
| Binary | 10100101 | 111111 | 10111100 | 1100 | 1000010 | 0 | 11010 | 100100001 | 110010 | 110001 |
Color Harmonies of #A53FBC
Complementary color
Monochromatic Colors of #A53FBC
Black with #A53FBC
Text Example
Text Example
White with #A53FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FBC; }
p { color: rgb(165,63,188); }
H1.HeaderClassName
{
color: #A53FBC;
}
.AnyTagClassName
{
color: #A53FBC;
}
</style>
background-color css
<style>
a { background-color: #A53FBC; }
a { background-color: rgb(165,63,188); }
div.DivClassName
{
background-color: #A53FBC;
}
.BgClassName
{
background-color: #A53FBC;
}
</style>
border-color css
<style>
span { border-color: #A53FBC; }
span { border-color: rgb(165,63,188); }
td.TdClassName
{
border-color: #A53FBC;
}
.TagClassName
{
border-color: #A53FBC;
}
</style>