Shades of Dark Orchid #A93BBC
Tints of Dark Orchid #A93BBC
RGB
CMYK
RGB Variations
Color information
#A93BBC (or 0xA93BBC) is known color: Dark Orchid. HEX triplet: A9, 3B and BC. RGB value is (169,59,188). Sum of RGB (Red+Green+Blue) = 169+59+188=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 59 (23.44% from 255 or 14.18% 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 #A93BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BBC is #56C443. Grayscale: #6A6A6A. Windows color (decimal): -5686340 or 12336041. OLE color: 12336041.
HSL color Cylindrical-coordinate representation of color #A93BBC: hue angle of 291.16º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93BBC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 59 | 188 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.26 |
| HSL | 291.16º | 0.52% | 0.48% | - |
| HSV(B) | 291.16º | 0.69% | 0.74% | - |
| XYZ | 27 | 15.19 | 49.09 | - |
| YUV | 106.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 188 | 0.10 | 0.69 | 0 | 0.26 | 291.16 | 0.52 | 0.48 |
| Hex | A9 | 3B | BC | A | 45 | 0 | 1A | 123 | 34 | 30 |
| Octal | 251 | 73 | 274 | 12 | 105 | 0 | 32 | 443 | 64 | 60 |
| Binary | 10101001 | 111011 | 10111100 | 1010 | 1000101 | 0 | 11010 | 100100011 | 110100 | 110000 |
Color Harmonies of #A93BBC
Complementary color
Monochromatic Colors of #A93BBC
Black with #A93BBC
Text Example
Text Example
White with #A93BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BBC; }
p { color: rgb(169,59,188); }
H1.HeaderClassName
{
color: #A93BBC;
}
.AnyTagClassName
{
color: #A93BBC;
}
</style>
background-color css
<style>
a { background-color: #A93BBC; }
a { background-color: rgb(169,59,188); }
div.DivClassName
{
background-color: #A93BBC;
}
.BgClassName
{
background-color: #A93BBC;
}
</style>
border-color css
<style>
span { border-color: #A93BBC; }
span { border-color: rgb(169,59,188); }
td.TdClassName
{
border-color: #A93BBC;
}
.TagClassName
{
border-color: #A93BBC;
}
</style>