Shades of Dark Orchid #A93CB4
Tints of Dark Orchid #A93CB4
RGB
CMYK
RGB Variations
Color information
#A93CB4 (or 0xA93CB4) is known color: Dark Orchid. HEX triplet: A9, 3C and B4. RGB value is (169,60,180). Sum of RGB (Red+Green+Blue) = 169+60+180=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #A93CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CB4 is #56C34B. Grayscale: #696969. Windows color (decimal): -5686092 or 11812009. OLE color: 11812009.
HSL color Cylindrical-coordinate representation of color #A93CB4: hue angle of 294.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93CB4 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 60 | 180 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.29 |
| HSL | 294.5º | 0.5% | 0.47% | - |
| HSV(B) | 294.5º | 0.67% | 0.71% | - |
| XYZ | 26.22 | 14.96 | 44.69 | - |
| YUV | 106.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 180 | 0.06 | 0.67 | 0 | 0.29 | 294.5 | 0.5 | 0.47 |
| Hex | A9 | 3C | B4 | 6 | 43 | 0 | 1D | 126 | 32 | 2F |
| Octal | 251 | 74 | 264 | 6 | 103 | 0 | 35 | 446 | 62 | 57 |
| Binary | 10101001 | 111100 | 10110100 | 110 | 1000011 | 0 | 11101 | 100100110 | 110010 | 101111 |
Color Harmonies of #A93CB4
Complementary color
Monochromatic Colors of #A93CB4
Black with #A93CB4
Text Example
Text Example
White with #A93CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CB4; }
p { color: rgb(169,60,180); }
H1.HeaderClassName
{
color: #A93CB4;
}
.AnyTagClassName
{
color: #A93CB4;
}
</style>
background-color css
<style>
a { background-color: #A93CB4; }
a { background-color: rgb(169,60,180); }
div.DivClassName
{
background-color: #A93CB4;
}
.BgClassName
{
background-color: #A93CB4;
}
</style>
border-color css
<style>
span { border-color: #A93CB4; }
span { border-color: rgb(169,60,180); }
td.TdClassName
{
border-color: #A93CB4;
}
.TagClassName
{
border-color: #A93CB4;
}
</style>