Shades of Dark Orchid #A033AA
Tints of Dark Orchid #A033AA
RGB
CMYK
RGB Variations
Color information
#A033AA (or 0xA033AA) is known color: Dark Orchid. HEX triplet: A0, 33 and AA. RGB value is (160,51,170). Sum of RGB (Red+Green+Blue) = 160+51+170=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #A033AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A033AA is #5FCC55. Grayscale: #606060. Windows color (decimal): -6278230 or 11154336. OLE color: 11154336.
HSL color Cylindrical-coordinate representation of color #A033AA: hue angle of 294.96º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A033AA is Cyan = 0.06, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 51 | 170 | - |
| CMYK | 0.06 | 0.7 | 0 | 0.33 |
| HSL | 294.96º | 0.54% | 0.43% | - |
| HSV(B) | 294.96º | 0.7% | 0.67% | - |
| XYZ | 22.94 | 12.74 | 39.28 | - |
| YUV | 97.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 170 | 0.06 | 0.7 | 0 | 0.33 | 294.96 | 0.54 | 0.43 |
| Hex | A0 | 33 | AA | 6 | 46 | 0 | 21 | 127 | 36 | 2B |
| Octal | 240 | 63 | 252 | 6 | 106 | 0 | 41 | 447 | 66 | 53 |
| Binary | 10100000 | 110011 | 10101010 | 110 | 1000110 | 0 | 100001 | 100100111 | 110110 | 101011 |
Color Harmonies of #A033AA
Complementary color
Monochromatic Colors of #A033AA
Black with #A033AA
Text Example
Text Example
White with #A033AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033AA; }
p { color: rgb(160,51,170); }
H1.HeaderClassName
{
color: #A033AA;
}
.AnyTagClassName
{
color: #A033AA;
}
</style>
background-color css
<style>
a { background-color: #A033AA; }
a { background-color: rgb(160,51,170); }
div.DivClassName
{
background-color: #A033AA;
}
.BgClassName
{
background-color: #A033AA;
}
</style>
border-color css
<style>
span { border-color: #A033AA; }
span { border-color: rgb(160,51,170); }
td.TdClassName
{
border-color: #A033AA;
}
.TagClassName
{
border-color: #A033AA;
}
</style>