Shades of Dark Orchid #A033D5
Tints of Dark Orchid #A033D5
RGB
CMYK
RGB Variations
Color information
#A033D5 (or 0xA033D5) is known color: Dark Orchid. HEX triplet: A0, 33 and D5. RGB value is (160,51,213). Sum of RGB (Red+Green+Blue) = 160+51+213=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #A033D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033D5 is #5FCC2A. Grayscale: #656565. Windows color (decimal): -6278187 or 13972384. OLE color: 13972384.
HSL color Cylindrical-coordinate representation of color #A033D5: hue angle of 280.37º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A033D5 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 51 | 213 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.16 |
| HSL | 280.37º | 0.66% | 0.52% | - |
| HSV(B) | 280.37º | 0.76% | 0.84% | - |
| XYZ | 27.69 | 14.65 | 64.32 | - |
| YUV | 102.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 213 | 0.25 | 0.76 | 0 | 0.16 | 280.37 | 0.66 | 0.52 |
| Hex | A0 | 33 | D5 | 19 | 4C | 0 | 10 | 118 | 42 | 34 |
| Octal | 240 | 63 | 325 | 31 | 114 | 0 | 20 | 430 | 102 | 64 |
| Binary | 10100000 | 110011 | 11010101 | 11001 | 1001100 | 0 | 10000 | 100011000 | 1000010 | 110100 |
Color Harmonies of #A033D5
Complementary color
Monochromatic Colors of #A033D5
Black with #A033D5
Text Example
Text Example
White with #A033D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033D5; }
p { color: rgb(160,51,213); }
H1.HeaderClassName
{
color: #A033D5;
}
.AnyTagClassName
{
color: #A033D5;
}
</style>
background-color css
<style>
a { background-color: #A033D5; }
a { background-color: rgb(160,51,213); }
div.DivClassName
{
background-color: #A033D5;
}
.BgClassName
{
background-color: #A033D5;
}
</style>
border-color css
<style>
span { border-color: #A033D5; }
span { border-color: rgb(160,51,213); }
td.TdClassName
{
border-color: #A033D5;
}
.TagClassName
{
border-color: #A033D5;
}
</style>