Shades of Dark Orchid #A93DBB
Tints of Dark Orchid #A93DBB
RGB
CMYK
RGB Variations
Color information
#A93DBB (or 0xA93DBB) is known color: Dark Orchid. HEX triplet: A9, 3D and BB. RGB value is (169,61,187). Sum of RGB (Red+Green+Blue) = 169+61+187=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #A93DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DBB is #56C244. Grayscale: #6B6B6B. Windows color (decimal): -5685829 or 12271017. OLE color: 12271017.
HSL color Cylindrical-coordinate representation of color #A93DBB: hue angle of 291.43º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93DBB is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 61 | 187 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.27 |
| HSL | 291.43º | 0.51% | 0.49% | - |
| HSV(B) | 291.43º | 0.67% | 0.73% | - |
| XYZ | 27 | 15.36 | 48.56 | - |
| YUV | 107.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 187 | 0.10 | 0.67 | 0 | 0.27 | 291.43 | 0.51 | 0.49 |
| Hex | A9 | 3D | BB | A | 43 | 0 | 1B | 123 | 33 | 31 |
| Octal | 251 | 75 | 273 | 12 | 103 | 0 | 33 | 443 | 63 | 61 |
| Binary | 10101001 | 111101 | 10111011 | 1010 | 1000011 | 0 | 11011 | 100100011 | 110011 | 110001 |
Color Harmonies of #A93DBB
Complementary color
Monochromatic Colors of #A93DBB
Black with #A93DBB
Text Example
Text Example
White with #A93DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DBB; }
p { color: rgb(169,61,187); }
H1.HeaderClassName
{
color: #A93DBB;
}
.AnyTagClassName
{
color: #A93DBB;
}
</style>
background-color css
<style>
a { background-color: #A93DBB; }
a { background-color: rgb(169,61,187); }
div.DivClassName
{
background-color: #A93DBB;
}
.BgClassName
{
background-color: #A93DBB;
}
</style>
border-color css
<style>
span { border-color: #A93DBB; }
span { border-color: rgb(169,61,187); }
td.TdClassName
{
border-color: #A93DBB;
}
.TagClassName
{
border-color: #A93DBB;
}
</style>