Shades of Dark Orchid #A33CE0
Tints of Dark Orchid #A33CE0
RGB
CMYK
RGB Variations
Color information
#A33CE0 (or 0xA33CE0) is known color: Dark Orchid. HEX triplet: A3, 3C and E0. RGB value is (163,60,224). Sum of RGB (Red+Green+Blue) = 163+60+224=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #A33CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CE0 is #5CC31F. Grayscale: #6C6C6C. Windows color (decimal): -6079264 or 14695587. OLE color: 14695587.
HSL color Cylindrical-coordinate representation of color #A33CE0: hue angle of 277.68º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33CE0 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 60 | 224 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.12 |
| HSL | 277.68º | 0.73% | 0.56% | - |
| HSV(B) | 277.68º | 0.73% | 0.88% | - |
| XYZ | 30.17 | 16.4 | 72.1 | - |
| YUV | 109.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 224 | 0.27 | 0.73 | 0 | 0.12 | 277.68 | 0.73 | 0.56 |
| Hex | A3 | 3C | E0 | 1B | 49 | 0 | C | 116 | 49 | 38 |
| Octal | 243 | 74 | 340 | 33 | 111 | 0 | 14 | 426 | 111 | 70 |
| Binary | 10100011 | 111100 | 11100000 | 11011 | 1001001 | 0 | 1100 | 100010110 | 1001001 | 111000 |
Color Harmonies of #A33CE0
Complementary color
Monochromatic Colors of #A33CE0
Black with #A33CE0
Text Example
Text Example
White with #A33CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CE0; }
p { color: rgb(163,60,224); }
H1.HeaderClassName
{
color: #A33CE0;
}
.AnyTagClassName
{
color: #A33CE0;
}
</style>
background-color css
<style>
a { background-color: #A33CE0; }
a { background-color: rgb(163,60,224); }
div.DivClassName
{
background-color: #A33CE0;
}
.BgClassName
{
background-color: #A33CE0;
}
</style>
border-color css
<style>
span { border-color: #A33CE0; }
span { border-color: rgb(163,60,224); }
td.TdClassName
{
border-color: #A33CE0;
}
.TagClassName
{
border-color: #A33CE0;
}
</style>