Shades of Dark Orchid #A33EE0
Tints of Dark Orchid #A33EE0
RGB
CMYK
RGB Variations
Color information
#A33EE0 (or 0xA33EE0) is known color: Dark Orchid. HEX triplet: A3, 3E and E0. RGB value is (163,62,224). Sum of RGB (Red+Green+Blue) = 163+62+224=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #A33EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EE0 is #5CC11F. Grayscale: #6E6E6E. Windows color (decimal): -6078752 or 14696099. OLE color: 14696099.
HSL color Cylindrical-coordinate representation of color #A33EE0: hue angle of 277.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33EE0 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 62 | 224 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.12 |
| HSL | 277.41º | 0.72% | 0.56% | - |
| HSV(B) | 277.41º | 0.72% | 0.88% | - |
| XYZ | 30.28 | 16.61 | 72.13 | - |
| YUV | 110.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 224 | 0.27 | 0.72 | 0 | 0.12 | 277.41 | 0.72 | 0.56 |
| Hex | A3 | 3E | E0 | 1B | 48 | 0 | C | 115 | 48 | 38 |
| Octal | 243 | 76 | 340 | 33 | 110 | 0 | 14 | 425 | 110 | 70 |
| Binary | 10100011 | 111110 | 11100000 | 11011 | 1001000 | 0 | 1100 | 100010101 | 1001000 | 111000 |
Color Harmonies of #A33EE0
Complementary color
Monochromatic Colors of #A33EE0
Black with #A33EE0
Text Example
Text Example
White with #A33EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33EE0; }
p { color: rgb(163,62,224); }
H1.HeaderClassName
{
color: #A33EE0;
}
.AnyTagClassName
{
color: #A33EE0;
}
</style>
background-color css
<style>
a { background-color: #A33EE0; }
a { background-color: rgb(163,62,224); }
div.DivClassName
{
background-color: #A33EE0;
}
.BgClassName
{
background-color: #A33EE0;
}
</style>
border-color css
<style>
span { border-color: #A33EE0; }
span { border-color: rgb(163,62,224); }
td.TdClassName
{
border-color: #A33EE0;
}
.TagClassName
{
border-color: #A33EE0;
}
</style>