Shades of Dark Orchid #A33CCC
Tints of Dark Orchid #A33CCC
RGB
CMYK
RGB Variations
Color information
#A33CCC (or 0xA33CCC) is known color: Dark Orchid. HEX triplet: A3, 3C and CC. RGB value is (163,60,204). Sum of RGB (Red+Green+Blue) = 163+60+204=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #A33CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CCC is #5CC333. Grayscale: #6A6A6A. Windows color (decimal): -6079284 or 13384867. OLE color: 13384867.
HSL color Cylindrical-coordinate representation of color #A33CCC: hue angle of 282.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33CCC is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 60 | 204 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.2 |
| HSL | 282.92º | 0.59% | 0.52% | - |
| HSV(B) | 282.92º | 0.71% | 0.8% | - |
| XYZ | 27.62 | 15.38 | 58.64 | - |
| YUV | 107.21 | 182.62 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 204 | 0.20 | 0.71 | 0 | 0.2 | 282.92 | 0.59 | 0.52 |
| Hex | A3 | 3C | CC | 14 | 47 | 0 | 14 | 11B | 3B | 34 |
| Octal | 243 | 74 | 314 | 24 | 107 | 0 | 24 | 433 | 73 | 64 |
| Binary | 10100011 | 111100 | 11001100 | 10100 | 1000111 | 0 | 10100 | 100011011 | 111011 | 110100 |
Color Harmonies of #A33CCC
Complementary color
Monochromatic Colors of #A33CCC
Black with #A33CCC
Text Example
Text Example
White with #A33CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CCC; }
p { color: rgb(163,60,204); }
H1.HeaderClassName
{
color: #A33CCC;
}
.AnyTagClassName
{
color: #A33CCC;
}
</style>
background-color css
<style>
a { background-color: #A33CCC; }
a { background-color: rgb(163,60,204); }
div.DivClassName
{
background-color: #A33CCC;
}
.BgClassName
{
background-color: #A33CCC;
}
</style>
border-color css
<style>
span { border-color: #A33CCC; }
span { border-color: rgb(163,60,204); }
td.TdClassName
{
border-color: #A33CCC;
}
.TagClassName
{
border-color: #A33CCC;
}
</style>