Shades of Dark Orchid #A33FDE
Tints of Dark Orchid #A33FDE
RGB
CMYK
RGB Variations
Color information
#A33FDE (or 0xA33FDE) is known color: Dark Orchid. HEX triplet: A3, 3F and DE. RGB value is (163,63,222). Sum of RGB (Red+Green+Blue) = 163+63+222=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #A33FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FDE is #5CC021. Grayscale: #6E6E6E. Windows color (decimal): -6078498 or 14565283. OLE color: 14565283.
HSL color Cylindrical-coordinate representation of color #A33FDE: hue angle of 277.74º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33FDE is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 63 | 222 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.13 |
| HSL | 277.74º | 0.71% | 0.56% | - |
| HSV(B) | 277.74º | 0.72% | 0.87% | - |
| XYZ | 30.07 | 16.62 | 70.73 | - |
| YUV | 111.03 | 190.63 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 222 | 0.27 | 0.72 | 0 | 0.13 | 277.74 | 0.71 | 0.56 |
| Hex | A3 | 3F | DE | 1B | 48 | 0 | D | 116 | 47 | 38 |
| Octal | 243 | 77 | 336 | 33 | 110 | 0 | 15 | 426 | 107 | 70 |
| Binary | 10100011 | 111111 | 11011110 | 11011 | 1001000 | 0 | 1101 | 100010110 | 1000111 | 111000 |
Color Harmonies of #A33FDE
Complementary color
Monochromatic Colors of #A33FDE
Black with #A33FDE
Text Example
Text Example
White with #A33FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FDE; }
p { color: rgb(163,63,222); }
H1.HeaderClassName
{
color: #A33FDE;
}
.AnyTagClassName
{
color: #A33FDE;
}
</style>
background-color css
<style>
a { background-color: #A33FDE; }
a { background-color: rgb(163,63,222); }
div.DivClassName
{
background-color: #A33FDE;
}
.BgClassName
{
background-color: #A33FDE;
}
</style>
border-color css
<style>
span { border-color: #A33FDE; }
span { border-color: rgb(163,63,222); }
td.TdClassName
{
border-color: #A33FDE;
}
.TagClassName
{
border-color: #A33FDE;
}
</style>