Shades of Dark Orchid #A33DCE
Tints of Dark Orchid #A33DCE
RGB
CMYK
RGB Variations
Color information
#A33DCE (or 0xA33DCE) is known color: Dark Orchid. HEX triplet: A3, 3D and CE. RGB value is (163,61,206). Sum of RGB (Red+Green+Blue) = 163+61+206=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #A33DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DCE is #5CC231. Grayscale: #6B6B6B. Windows color (decimal): -6079026 or 13516195. OLE color: 13516195.
HSL color Cylindrical-coordinate representation of color #A33DCE: hue angle of 282.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33DCE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 61 | 206 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.19 |
| HSL | 282.21º | 0.6% | 0.52% | - |
| HSV(B) | 282.21º | 0.7% | 0.81% | - |
| XYZ | 27.91 | 15.58 | 59.93 | - |
| YUV | 108.03 | 183.29 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 206 | 0.21 | 0.70 | 0 | 0.19 | 282.21 | 0.6 | 0.52 |
| Hex | A3 | 3D | CE | 15 | 46 | 0 | 13 | 11A | 3C | 34 |
| Octal | 243 | 75 | 316 | 25 | 106 | 0 | 23 | 432 | 74 | 64 |
| Binary | 10100011 | 111101 | 11001110 | 10101 | 1000110 | 0 | 10011 | 100011010 | 111100 | 110100 |
Color Harmonies of #A33DCE
Complementary color
Monochromatic Colors of #A33DCE
Black with #A33DCE
Text Example
Text Example
White with #A33DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DCE; }
p { color: rgb(163,61,206); }
H1.HeaderClassName
{
color: #A33DCE;
}
.AnyTagClassName
{
color: #A33DCE;
}
</style>
background-color css
<style>
a { background-color: #A33DCE; }
a { background-color: rgb(163,61,206); }
div.DivClassName
{
background-color: #A33DCE;
}
.BgClassName
{
background-color: #A33DCE;
}
</style>
border-color css
<style>
span { border-color: #A33DCE; }
span { border-color: rgb(163,61,206); }
td.TdClassName
{
border-color: #A33DCE;
}
.TagClassName
{
border-color: #A33DCE;
}
</style>