Shades of Dark Orchid #A33CE1
Tints of Dark Orchid #A33CE1
RGB
CMYK
RGB Variations
Color information
#A33CE1 (or 0xA33CE1) is known color: Dark Orchid. HEX triplet: A3, 3C and E1. RGB value is (163,60,225). Sum of RGB (Red+Green+Blue) = 163+60+225=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #A33CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CE1 is #5CC31E. Grayscale: #6D6D6D. Windows color (decimal): -6079263 or 14761123. OLE color: 14761123.
HSL color Cylindrical-coordinate representation of color #A33CE1: hue angle of 277.45º 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 #A33CE1 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 60 | 225 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.12 |
| HSL | 277.45º | 0.73% | 0.56% | - |
| HSV(B) | 277.45º | 0.73% | 0.88% | - |
| XYZ | 30.31 | 16.45 | 72.81 | - |
| YUV | 109.61 | 193.12 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 225 | 0.28 | 0.73 | 0 | 0.12 | 277.45 | 0.73 | 0.56 |
| Hex | A3 | 3C | E1 | 1C | 49 | 0 | C | 115 | 49 | 38 |
| Octal | 243 | 74 | 341 | 34 | 111 | 0 | 14 | 425 | 111 | 70 |
| Binary | 10100011 | 111100 | 11100001 | 11100 | 1001001 | 0 | 1100 | 100010101 | 1001001 | 111000 |
Color Harmonies of #A33CE1
Complementary color
Monochromatic Colors of #A33CE1
Black with #A33CE1
Text Example
Text Example
White with #A33CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CE1; }
p { color: rgb(163,60,225); }
H1.HeaderClassName
{
color: #A33CE1;
}
.AnyTagClassName
{
color: #A33CE1;
}
</style>
background-color css
<style>
a { background-color: #A33CE1; }
a { background-color: rgb(163,60,225); }
div.DivClassName
{
background-color: #A33CE1;
}
.BgClassName
{
background-color: #A33CE1;
}
</style>
border-color css
<style>
span { border-color: #A33CE1; }
span { border-color: rgb(163,60,225); }
td.TdClassName
{
border-color: #A33CE1;
}
.TagClassName
{
border-color: #A33CE1;
}
</style>