Shades of Dark Orchid #A033D0
Tints of Dark Orchid #A033D0
RGB
CMYK
RGB Variations
Color information
#A033D0 (or 0xA033D0) is known color: Dark Orchid. HEX triplet: A0, 33 and D0. RGB value is (160,51,208). Sum of RGB (Red+Green+Blue) = 160+51+208=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #A033D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033D0 is #5FCC2F. Grayscale: #646464. Windows color (decimal): -6278192 or 13644704. OLE color: 13644704.
HSL color Cylindrical-coordinate representation of color #A033D0: hue angle of 281.66º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A033D0 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 51 | 208 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.18 |
| HSL | 281.66º | 0.63% | 0.51% | - |
| HSV(B) | 281.66º | 0.75% | 0.82% | - |
| XYZ | 27.07 | 14.4 | 61.03 | - |
| YUV | 101.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 208 | 0.23 | 0.75 | 0 | 0.18 | 281.66 | 0.63 | 0.51 |
| Hex | A0 | 33 | D0 | 17 | 4B | 0 | 12 | 11A | 3F | 33 |
| Octal | 240 | 63 | 320 | 27 | 113 | 0 | 22 | 432 | 77 | 63 |
| Binary | 10100000 | 110011 | 11010000 | 10111 | 1001011 | 0 | 10010 | 100011010 | 111111 | 110011 |
Color Harmonies of #A033D0
Complementary color
Monochromatic Colors of #A033D0
Black with #A033D0
Text Example
Text Example
White with #A033D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033D0; }
p { color: rgb(160,51,208); }
H1.HeaderClassName
{
color: #A033D0;
}
.AnyTagClassName
{
color: #A033D0;
}
</style>
background-color css
<style>
a { background-color: #A033D0; }
a { background-color: rgb(160,51,208); }
div.DivClassName
{
background-color: #A033D0;
}
.BgClassName
{
background-color: #A033D0;
}
</style>
border-color css
<style>
span { border-color: #A033D0; }
span { border-color: rgb(160,51,208); }
td.TdClassName
{
border-color: #A033D0;
}
.TagClassName
{
border-color: #A033D0;
}
</style>