Shades of Dark Orchid #A93ACB
Tints of Dark Orchid #A93ACB
RGB
CMYK
RGB Variations
Color information
#A93ACB (or 0xA93ACB) is known color: Dark Orchid. HEX triplet: A9, 3A and CB. RGB value is (169,58,203). Sum of RGB (Red+Green+Blue) = 169+58+203=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #A93ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ACB is #56C534. Grayscale: #6B6B6B. Windows color (decimal): -5686581 or 13318825. OLE color: 13318825.
HSL color Cylindrical-coordinate representation of color #A93ACB: hue angle of 285.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93ACB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 58 | 203 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.20 |
| HSL | 285.93º | 0.58% | 0.51% | - |
| HSV(B) | 285.93º | 0.71% | 0.8% | - |
| XYZ | 28.65 | 15.77 | 58.03 | - |
| YUV | 107.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 203 | 0.17 | 0.71 | 0 | 0.20 | 285.93 | 0.58 | 0.51 |
| Hex | A9 | 3A | CB | 11 | 47 | 0 | 14 | 11E | 3A | 33 |
| Octal | 251 | 72 | 313 | 21 | 107 | 0 | 24 | 436 | 72 | 63 |
| Binary | 10101001 | 111010 | 11001011 | 10001 | 1000111 | 0 | 10100 | 100011110 | 111010 | 110011 |
Color Harmonies of #A93ACB
Complementary color
Monochromatic Colors of #A93ACB
Black with #A93ACB
Text Example
Text Example
White with #A93ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93ACB; }
p { color: rgb(169,58,203); }
H1.HeaderClassName
{
color: #A93ACB;
}
.AnyTagClassName
{
color: #A93ACB;
}
</style>
background-color css
<style>
a { background-color: #A93ACB; }
a { background-color: rgb(169,58,203); }
div.DivClassName
{
background-color: #A93ACB;
}
.BgClassName
{
background-color: #A93ACB;
}
</style>
border-color css
<style>
span { border-color: #A93ACB; }
span { border-color: rgb(169,58,203); }
td.TdClassName
{
border-color: #A93ACB;
}
.TagClassName
{
border-color: #A93ACB;
}
</style>