Shades of Dark Orchid #A33CCE
Tints of Dark Orchid #A33CCE
RGB
CMYK
RGB Variations
Color information
#A33CCE (or 0xA33CCE) is known color: Dark Orchid. HEX triplet: A3, 3C and CE. RGB value is (163,60,206). Sum of RGB (Red+Green+Blue) = 163+60+206=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #A33CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CCE is #5CC331. Grayscale: #6A6A6A. Windows color (decimal): -6079282 or 13515939. OLE color: 13515939.
HSL color Cylindrical-coordinate representation of color #A33CCE: hue angle of 282.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33CCE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 60 | 206 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.19 |
| HSL | 282.33º | 0.6% | 0.52% | - |
| HSV(B) | 282.33º | 0.71% | 0.81% | - |
| XYZ | 27.86 | 15.47 | 59.91 | - |
| YUV | 107.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 206 | 0.21 | 0.71 | 0 | 0.19 | 282.33 | 0.6 | 0.52 |
| Hex | A3 | 3C | CE | 15 | 47 | 0 | 13 | 11A | 3C | 34 |
| Octal | 243 | 74 | 316 | 25 | 107 | 0 | 23 | 432 | 74 | 64 |
| Binary | 10100011 | 111100 | 11001110 | 10101 | 1000111 | 0 | 10011 | 100011010 | 111100 | 110100 |
Color Harmonies of #A33CCE
Complementary color
Monochromatic Colors of #A33CCE
Black with #A33CCE
Text Example
Text Example
White with #A33CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CCE; }
p { color: rgb(163,60,206); }
H1.HeaderClassName
{
color: #A33CCE;
}
.AnyTagClassName
{
color: #A33CCE;
}
</style>
background-color css
<style>
a { background-color: #A33CCE; }
a { background-color: rgb(163,60,206); }
div.DivClassName
{
background-color: #A33CCE;
}
.BgClassName
{
background-color: #A33CCE;
}
</style>
border-color css
<style>
span { border-color: #A33CCE; }
span { border-color: rgb(163,60,206); }
td.TdClassName
{
border-color: #A33CCE;
}
.TagClassName
{
border-color: #A33CCE;
}
</style>