Shades of Dark Orchid #A033AD
Tints of Dark Orchid #A033AD
RGB
CMYK
RGB Variations
Color information
#A033AD (or 0xA033AD) is known color: Dark Orchid. HEX triplet: A0, 33 and AD. RGB value is (160,51,173). Sum of RGB (Red+Green+Blue) = 160+51+173=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #A033AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A033AD is #5FCC52. Grayscale: #616161. Windows color (decimal): -6278227 or 11350944. OLE color: 11350944.
HSL color Cylindrical-coordinate representation of color #A033AD: hue angle of 293.61º 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 #A033AD is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 51 | 173 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.32 |
| HSL | 293.61º | 0.54% | 0.44% | - |
| HSV(B) | 293.61º | 0.71% | 0.68% | - |
| XYZ | 23.22 | 12.86 | 40.79 | - |
| YUV | 97.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 173 | 0.08 | 0.71 | 0 | 0.32 | 293.61 | 0.54 | 0.44 |
| Hex | A0 | 33 | AD | 8 | 47 | 0 | 20 | 126 | 36 | 2C |
| Octal | 240 | 63 | 255 | 10 | 107 | 0 | 40 | 446 | 66 | 54 |
| Binary | 10100000 | 110011 | 10101101 | 1000 | 1000111 | 0 | 100000 | 100100110 | 110110 | 101100 |
Color Harmonies of #A033AD
Complementary color
Monochromatic Colors of #A033AD
Black with #A033AD
Text Example
Text Example
White with #A033AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033AD; }
p { color: rgb(160,51,173); }
H1.HeaderClassName
{
color: #A033AD;
}
.AnyTagClassName
{
color: #A033AD;
}
</style>
background-color css
<style>
a { background-color: #A033AD; }
a { background-color: rgb(160,51,173); }
div.DivClassName
{
background-color: #A033AD;
}
.BgClassName
{
background-color: #A033AD;
}
</style>
border-color css
<style>
span { border-color: #A033AD; }
span { border-color: rgb(160,51,173); }
td.TdClassName
{
border-color: #A033AD;
}
.TagClassName
{
border-color: #A033AD;
}
</style>