Shades of Dark Orchid #A93CCD
Tints of Dark Orchid #A93CCD
RGB
CMYK
RGB Variations
Color information
#A93CCD (or 0xA93CCD) is known color: Dark Orchid. HEX triplet: A9, 3C and CD. RGB value is (169,60,205). Sum of RGB (Red+Green+Blue) = 169+60+205=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #A93CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CCD is #56C332. Grayscale: #6C6C6C. Windows color (decimal): -5686067 or 13450409. OLE color: 13450409.
HSL color Cylindrical-coordinate representation of color #A93CCD: hue angle of 285.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93CCD is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 60 | 205 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.20 |
| HSL | 285.1º | 0.59% | 0.52% | - |
| HSV(B) | 285.1º | 0.71% | 0.8% | - |
| XYZ | 29 | 16.07 | 59.33 | - |
| YUV | 109.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 205 | 0.18 | 0.71 | 0 | 0.20 | 285.1 | 0.59 | 0.52 |
| Hex | A9 | 3C | CD | 12 | 47 | 0 | 14 | 11D | 3B | 34 |
| Octal | 251 | 74 | 315 | 22 | 107 | 0 | 24 | 435 | 73 | 64 |
| Binary | 10101001 | 111100 | 11001101 | 10010 | 1000111 | 0 | 10100 | 100011101 | 111011 | 110100 |
Color Harmonies of #A93CCD
Complementary color
Monochromatic Colors of #A93CCD
Black with #A93CCD
Text Example
Text Example
White with #A93CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CCD; }
p { color: rgb(169,60,205); }
H1.HeaderClassName
{
color: #A93CCD;
}
.AnyTagClassName
{
color: #A93CCD;
}
</style>
background-color css
<style>
a { background-color: #A93CCD; }
a { background-color: rgb(169,60,205); }
div.DivClassName
{
background-color: #A93CCD;
}
.BgClassName
{
background-color: #A93CCD;
}
</style>
border-color css
<style>
span { border-color: #A93CCD; }
span { border-color: rgb(169,60,205); }
td.TdClassName
{
border-color: #A93CCD;
}
.TagClassName
{
border-color: #A93CCD;
}
</style>