Shades of Dark Orchid #A33FDF
Tints of Dark Orchid #A33FDF
RGB
CMYK
RGB Variations
Color information
#A33FDF (or 0xA33FDF) is known color: Dark Orchid. HEX triplet: A3, 3F and DF. RGB value is (163,63,223). Sum of RGB (Red+Green+Blue) = 163+63+223=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #A33FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FDF is #5CC020. Grayscale: #6E6E6E. Windows color (decimal): -6078497 or 14630819. OLE color: 14630819.
HSL color Cylindrical-coordinate representation of color #A33FDF: hue angle of 277.5º 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 #A33FDF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 63 | 223 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.13 |
| HSL | 277.5º | 0.71% | 0.56% | - |
| HSV(B) | 277.5º | 0.72% | 0.87% | - |
| XYZ | 30.2 | 16.67 | 71.44 | - |
| YUV | 111.14 | 191.13 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 223 | 0.27 | 0.72 | 0 | 0.13 | 277.5 | 0.71 | 0.56 |
| Hex | A3 | 3F | DF | 1B | 48 | 0 | D | 116 | 47 | 38 |
| Octal | 243 | 77 | 337 | 33 | 110 | 0 | 15 | 426 | 107 | 70 |
| Binary | 10100011 | 111111 | 11011111 | 11011 | 1001000 | 0 | 1101 | 100010110 | 1000111 | 111000 |
Color Harmonies of #A33FDF
Complementary color
Monochromatic Colors of #A33FDF
Black with #A33FDF
Text Example
Text Example
White with #A33FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FDF; }
p { color: rgb(163,63,223); }
H1.HeaderClassName
{
color: #A33FDF;
}
.AnyTagClassName
{
color: #A33FDF;
}
</style>
background-color css
<style>
a { background-color: #A33FDF; }
a { background-color: rgb(163,63,223); }
div.DivClassName
{
background-color: #A33FDF;
}
.BgClassName
{
background-color: #A33FDF;
}
</style>
border-color css
<style>
span { border-color: #A33FDF; }
span { border-color: rgb(163,63,223); }
td.TdClassName
{
border-color: #A33FDF;
}
.TagClassName
{
border-color: #A33FDF;
}
</style>