Shades of Dark Orchid #A733DD
Tints of Dark Orchid #A733DD
RGB
CMYK
RGB Variations
Color information
#A733DD (or 0xA733DD) is known color: Dark Orchid. HEX triplet: A7, 33 and DD. RGB value is (167,51,221). Sum of RGB (Red+Green+Blue) = 167+51+221=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #A733DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733DD is #58CC22. Grayscale: #686868. Windows color (decimal): -5819427 or 14496679. OLE color: 14496679.
HSL color Cylindrical-coordinate representation of color #A733DD: hue angle of 280.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A733DD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 51 | 221 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.13 |
| HSL | 280.94º | 0.71% | 0.53% | - |
| HSV(B) | 280.94º | 0.77% | 0.87% | - |
| XYZ | 30.17 | 15.8 | 69.87 | - |
| YUV | 105.06 | 193.43 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 221 | 0.24 | 0.77 | 0 | 0.13 | 280.94 | 0.71 | 0.53 |
| Hex | A7 | 33 | DD | 18 | 4D | 0 | D | 119 | 47 | 35 |
| Octal | 247 | 63 | 335 | 30 | 115 | 0 | 15 | 431 | 107 | 65 |
| Binary | 10100111 | 110011 | 11011101 | 11000 | 1001101 | 0 | 1101 | 100011001 | 1000111 | 110101 |
Color Harmonies of #A733DD
Complementary color
Monochromatic Colors of #A733DD
Black with #A733DD
Text Example
Text Example
White with #A733DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A733DD; }
p { color: rgb(167,51,221); }
H1.HeaderClassName
{
color: #A733DD;
}
.AnyTagClassName
{
color: #A733DD;
}
</style>
background-color css
<style>
a { background-color: #A733DD; }
a { background-color: rgb(167,51,221); }
div.DivClassName
{
background-color: #A733DD;
}
.BgClassName
{
background-color: #A733DD;
}
</style>
border-color css
<style>
span { border-color: #A733DD; }
span { border-color: rgb(167,51,221); }
td.TdClassName
{
border-color: #A733DD;
}
.TagClassName
{
border-color: #A733DD;
}
</style>