Shades of Dark Orchid #A33CDF
Tints of Dark Orchid #A33CDF
RGB
CMYK
RGB Variations
Color information
#A33CDF (or 0xA33CDF) is known color: Dark Orchid. HEX triplet: A3, 3C and DF. RGB value is (163,60,223). Sum of RGB (Red+Green+Blue) = 163+60+223=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #A33CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CDF is #5CC320. Grayscale: #6C6C6C. Windows color (decimal): -6079265 or 14630051. OLE color: 14630051.
HSL color Cylindrical-coordinate representation of color #A33CDF: hue angle of 277.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33CDF is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 60 | 223 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.13 |
| HSL | 277.91º | 0.72% | 0.55% | - |
| HSV(B) | 277.91º | 0.73% | 0.87% | - |
| XYZ | 30.04 | 16.35 | 71.38 | - |
| YUV | 109.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 223 | 0.27 | 0.73 | 0 | 0.13 | 277.91 | 0.72 | 0.55 |
| Hex | A3 | 3C | DF | 1B | 49 | 0 | D | 116 | 48 | 37 |
| Octal | 243 | 74 | 337 | 33 | 111 | 0 | 15 | 426 | 110 | 67 |
| Binary | 10100011 | 111100 | 11011111 | 11011 | 1001001 | 0 | 1101 | 100010110 | 1001000 | 110111 |
Color Harmonies of #A33CDF
Complementary color
Monochromatic Colors of #A33CDF
Black with #A33CDF
Text Example
Text Example
White with #A33CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CDF; }
p { color: rgb(163,60,223); }
H1.HeaderClassName
{
color: #A33CDF;
}
.AnyTagClassName
{
color: #A33CDF;
}
</style>
background-color css
<style>
a { background-color: #A33CDF; }
a { background-color: rgb(163,60,223); }
div.DivClassName
{
background-color: #A33CDF;
}
.BgClassName
{
background-color: #A33CDF;
}
</style>
border-color css
<style>
span { border-color: #A33CDF; }
span { border-color: rgb(163,60,223); }
td.TdClassName
{
border-color: #A33CDF;
}
.TagClassName
{
border-color: #A33CDF;
}
</style>