Shades of Dark Orchid #A33ACE
Tints of Dark Orchid #A33ACE
RGB
CMYK
RGB Variations
Color information
#A33ACE (or 0xA33ACE) is known color: Dark Orchid. HEX triplet: A3, 3A and CE. RGB value is (163,58,206). Sum of RGB (Red+Green+Blue) = 163+58+206=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #A33ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ACE is #5CC531. Grayscale: #696969. Windows color (decimal): -6079794 or 13515427. OLE color: 13515427.
HSL color Cylindrical-coordinate representation of color #A33ACE: hue angle of 282.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33ACE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 58 | 206 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.19 |
| HSL | 282.57º | 0.6% | 0.52% | - |
| HSV(B) | 282.57º | 0.72% | 0.81% | - |
| XYZ | 27.76 | 15.27 | 59.88 | - |
| YUV | 106.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 206 | 0.21 | 0.72 | 0 | 0.19 | 282.57 | 0.6 | 0.52 |
| Hex | A3 | 3A | CE | 15 | 48 | 0 | 13 | 11B | 3C | 34 |
| Octal | 243 | 72 | 316 | 25 | 110 | 0 | 23 | 433 | 74 | 64 |
| Binary | 10100011 | 111010 | 11001110 | 10101 | 1001000 | 0 | 10011 | 100011011 | 111100 | 110100 |
Color Harmonies of #A33ACE
Complementary color
Monochromatic Colors of #A33ACE
Black with #A33ACE
Text Example
Text Example
White with #A33ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33ACE; }
p { color: rgb(163,58,206); }
H1.HeaderClassName
{
color: #A33ACE;
}
.AnyTagClassName
{
color: #A33ACE;
}
</style>
background-color css
<style>
a { background-color: #A33ACE; }
a { background-color: rgb(163,58,206); }
div.DivClassName
{
background-color: #A33ACE;
}
.BgClassName
{
background-color: #A33ACE;
}
</style>
border-color css
<style>
span { border-color: #A33ACE; }
span { border-color: rgb(163,58,206); }
td.TdClassName
{
border-color: #A33ACE;
}
.TagClassName
{
border-color: #A33ACE;
}
</style>