Shades of Dark Orchid #A33ECE
Tints of Dark Orchid #A33ECE
RGB
CMYK
RGB Variations
Color information
#A33ECE (or 0xA33ECE) is known color: Dark Orchid. HEX triplet: A3, 3E and CE. RGB value is (163,62,206). Sum of RGB (Red+Green+Blue) = 163+62+206=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #A33ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ECE is #5CC131. Grayscale: #6C6C6C. Windows color (decimal): -6078770 or 13516451. OLE color: 13516451.
HSL color Cylindrical-coordinate representation of color #A33ECE: hue angle of 282.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33ECE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 62 | 206 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.19 |
| HSL | 282.08º | 0.6% | 0.53% | - |
| HSV(B) | 282.08º | 0.7% | 0.81% | - |
| XYZ | 27.97 | 15.69 | 59.95 | - |
| YUV | 108.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 206 | 0.21 | 0.70 | 0 | 0.19 | 282.08 | 0.6 | 0.53 |
| Hex | A3 | 3E | CE | 15 | 46 | 0 | 13 | 11A | 3C | 35 |
| Octal | 243 | 76 | 316 | 25 | 106 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100011 | 111110 | 11001110 | 10101 | 1000110 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A33ECE
Complementary color
Monochromatic Colors of #A33ECE
Black with #A33ECE
Text Example
Text Example
White with #A33ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33ECE; }
p { color: rgb(163,62,206); }
H1.HeaderClassName
{
color: #A33ECE;
}
.AnyTagClassName
{
color: #A33ECE;
}
</style>
background-color css
<style>
a { background-color: #A33ECE; }
a { background-color: rgb(163,62,206); }
div.DivClassName
{
background-color: #A33ECE;
}
.BgClassName
{
background-color: #A33ECE;
}
</style>
border-color css
<style>
span { border-color: #A33ECE; }
span { border-color: rgb(163,62,206); }
td.TdClassName
{
border-color: #A33ECE;
}
.TagClassName
{
border-color: #A33ECE;
}
</style>