Shades of Dark Orchid #A933AD
Tints of Dark Orchid #A933AD
RGB
CMYK
RGB Variations
Color information
#A933AD (or 0xA933AD) is known color: Dark Orchid. HEX triplet: A9, 33 and AD. RGB value is (169,51,173). Sum of RGB (Red+Green+Blue) = 169+51+173=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #A933AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A933AD is #56CC52. Grayscale: #636363. Windows color (decimal): -5688403 or 11350953. OLE color: 11350953.
HSL color Cylindrical-coordinate representation of color #A933AD: hue angle of 298.03º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A933AD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 51 | 173 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.32 |
| HSL | 298.03º | 0.54% | 0.44% | - |
| HSV(B) | 298.03º | 0.71% | 0.68% | - |
| XYZ | 25.09 | 13.82 | 40.88 | - |
| YUV | 100.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 173 | 0.02 | 0.71 | 0 | 0.32 | 298.03 | 0.54 | 0.44 |
| Hex | A9 | 33 | AD | 2 | 47 | 0 | 20 | 12A | 36 | 2C |
| Octal | 251 | 63 | 255 | 2 | 107 | 0 | 40 | 452 | 66 | 54 |
| Binary | 10101001 | 110011 | 10101101 | 10 | 1000111 | 0 | 100000 | 100101010 | 110110 | 101100 |
Color Harmonies of #A933AD
Complementary color
Monochromatic Colors of #A933AD
Black with #A933AD
Text Example
Text Example
White with #A933AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A933AD; }
p { color: rgb(169,51,173); }
H1.HeaderClassName
{
color: #A933AD;
}
.AnyTagClassName
{
color: #A933AD;
}
</style>
background-color css
<style>
a { background-color: #A933AD; }
a { background-color: rgb(169,51,173); }
div.DivClassName
{
background-color: #A933AD;
}
.BgClassName
{
background-color: #A933AD;
}
</style>
border-color css
<style>
span { border-color: #A933AD; }
span { border-color: rgb(169,51,173); }
td.TdClassName
{
border-color: #A933AD;
}
.TagClassName
{
border-color: #A933AD;
}
</style>