Shades of Dark Orchid #A53FBD
Tints of Dark Orchid #A53FBD
RGB
CMYK
RGB Variations
Color information
#A53FBD (or 0xA53FBD) is known color: Dark Orchid. HEX triplet: A5, 3F and BD. RGB value is (165,63,189). Sum of RGB (Red+Green+Blue) = 165+63+189=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #A53FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FBD is #5AC042. Grayscale: #6B6B6B. Windows color (decimal): -5947459 or 12402597. OLE color: 12402597.
HSL color Cylindrical-coordinate representation of color #A53FBD: hue angle of 288.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53FBD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 63 | 189 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.26 |
| HSL | 288.57º | 0.5% | 0.49% | - |
| HSV(B) | 288.57º | 0.67% | 0.74% | - |
| XYZ | 26.48 | 15.23 | 49.69 | - |
| YUV | 107.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 189 | 0.13 | 0.67 | 0 | 0.26 | 288.57 | 0.5 | 0.49 |
| Hex | A5 | 3F | BD | D | 43 | 0 | 1A | 121 | 32 | 31 |
| Octal | 245 | 77 | 275 | 15 | 103 | 0 | 32 | 441 | 62 | 61 |
| Binary | 10100101 | 111111 | 10111101 | 1101 | 1000011 | 0 | 11010 | 100100001 | 110010 | 110001 |
Color Harmonies of #A53FBD
Complementary color
Monochromatic Colors of #A53FBD
Black with #A53FBD
Text Example
Text Example
White with #A53FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FBD; }
p { color: rgb(165,63,189); }
H1.HeaderClassName
{
color: #A53FBD;
}
.AnyTagClassName
{
color: #A53FBD;
}
</style>
background-color css
<style>
a { background-color: #A53FBD; }
a { background-color: rgb(165,63,189); }
div.DivClassName
{
background-color: #A53FBD;
}
.BgClassName
{
background-color: #A53FBD;
}
</style>
border-color css
<style>
span { border-color: #A53FBD; }
span { border-color: rgb(165,63,189); }
td.TdClassName
{
border-color: #A53FBD;
}
.TagClassName
{
border-color: #A53FBD;
}
</style>