Shades of Dark Orchid #A33FDD
Tints of Dark Orchid #A33FDD
RGB
CMYK
RGB Variations
Color information
#A33FDD (or 0xA33FDD) is known color: Dark Orchid. HEX triplet: A3, 3F and DD. RGB value is (163,63,221). Sum of RGB (Red+Green+Blue) = 163+63+221=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #A33FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FDD is #5CC022. Grayscale: #6E6E6E. Windows color (decimal): -6078499 or 14499747. OLE color: 14499747.
HSL color Cylindrical-coordinate representation of color #A33FDD: hue angle of 277.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33FDD is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 63 | 221 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.13 |
| HSL | 277.97º | 0.7% | 0.56% | - |
| HSV(B) | 277.97º | 0.71% | 0.87% | - |
| XYZ | 29.93 | 16.56 | 70.03 | - |
| YUV | 110.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 221 | 0.26 | 0.71 | 0 | 0.13 | 277.97 | 0.7 | 0.56 |
| Hex | A3 | 3F | DD | 1A | 47 | 0 | D | 116 | 46 | 38 |
| Octal | 243 | 77 | 335 | 32 | 107 | 0 | 15 | 426 | 106 | 70 |
| Binary | 10100011 | 111111 | 11011101 | 11010 | 1000111 | 0 | 1101 | 100010110 | 1000110 | 111000 |
Color Harmonies of #A33FDD
Complementary color
Monochromatic Colors of #A33FDD
Black with #A33FDD
Text Example
Text Example
White with #A33FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FDD; }
p { color: rgb(163,63,221); }
H1.HeaderClassName
{
color: #A33FDD;
}
.AnyTagClassName
{
color: #A33FDD;
}
</style>
background-color css
<style>
a { background-color: #A33FDD; }
a { background-color: rgb(163,63,221); }
div.DivClassName
{
background-color: #A33FDD;
}
.BgClassName
{
background-color: #A33FDD;
}
</style>
border-color css
<style>
span { border-color: #A33FDD; }
span { border-color: rgb(163,63,221); }
td.TdClassName
{
border-color: #A33FDD;
}
.TagClassName
{
border-color: #A33FDD;
}
</style>