Shades of Dark Orchid #A93BBE
Tints of Dark Orchid #A93BBE
RGB
CMYK
RGB Variations
Color information
#A93BBE (or 0xA93BBE) is known color: Dark Orchid. HEX triplet: A9, 3B and BE. RGB value is (169,59,190). Sum of RGB (Red+Green+Blue) = 169+59+190=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #A93BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BBE is #56C441. Grayscale: #6A6A6A. Windows color (decimal): -5686338 or 12467113. OLE color: 12467113.
HSL color Cylindrical-coordinate representation of color #A93BBE: hue angle of 290.38º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93BBE is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 59 | 190 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.25 |
| HSL | 290.38º | 0.53% | 0.49% | - |
| HSV(B) | 290.38º | 0.69% | 0.75% | - |
| XYZ | 27.22 | 15.28 | 50.23 | - |
| YUV | 106.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 190 | 0.11 | 0.69 | 0 | 0.25 | 290.38 | 0.53 | 0.49 |
| Hex | A9 | 3B | BE | B | 45 | 0 | 19 | 122 | 35 | 31 |
| Octal | 251 | 73 | 276 | 13 | 105 | 0 | 31 | 442 | 65 | 61 |
| Binary | 10101001 | 111011 | 10111110 | 1011 | 1000101 | 0 | 11001 | 100100010 | 110101 | 110001 |
Color Harmonies of #A93BBE
Complementary color
Monochromatic Colors of #A93BBE
Black with #A93BBE
Text Example
Text Example
White with #A93BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BBE; }
p { color: rgb(169,59,190); }
H1.HeaderClassName
{
color: #A93BBE;
}
.AnyTagClassName
{
color: #A93BBE;
}
</style>
background-color css
<style>
a { background-color: #A93BBE; }
a { background-color: rgb(169,59,190); }
div.DivClassName
{
background-color: #A93BBE;
}
.BgClassName
{
background-color: #A93BBE;
}
</style>
border-color css
<style>
span { border-color: #A93BBE; }
span { border-color: rgb(169,59,190); }
td.TdClassName
{
border-color: #A93BBE;
}
.TagClassName
{
border-color: #A93BBE;
}
</style>