Shades of Dark Orchid #A33DCF
Tints of Dark Orchid #A33DCF
RGB
CMYK
RGB Variations
Color information
#A33DCF (or 0xA33DCF) is known color: Dark Orchid. HEX triplet: A3, 3D and CF. RGB value is (163,61,207). Sum of RGB (Red+Green+Blue) = 163+61+207=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #A33DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DCF is #5CC230. Grayscale: #6B6B6B. Windows color (decimal): -6079025 or 13581731. OLE color: 13581731.
HSL color Cylindrical-coordinate representation of color #A33DCF: hue angle of 281.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33DCF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 61 | 207 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.19 |
| HSL | 281.92º | 0.6% | 0.53% | - |
| HSV(B) | 281.92º | 0.71% | 0.81% | - |
| XYZ | 28.04 | 15.63 | 60.57 | - |
| YUV | 108.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 207 | 0.21 | 0.71 | 0 | 0.19 | 281.92 | 0.6 | 0.53 |
| Hex | A3 | 3D | CF | 15 | 47 | 0 | 13 | 11A | 3C | 35 |
| Octal | 243 | 75 | 317 | 25 | 107 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100011 | 111101 | 11001111 | 10101 | 1000111 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A33DCF
Complementary color
Monochromatic Colors of #A33DCF
Black with #A33DCF
Text Example
Text Example
White with #A33DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DCF; }
p { color: rgb(163,61,207); }
H1.HeaderClassName
{
color: #A33DCF;
}
.AnyTagClassName
{
color: #A33DCF;
}
</style>
background-color css
<style>
a { background-color: #A33DCF; }
a { background-color: rgb(163,61,207); }
div.DivClassName
{
background-color: #A33DCF;
}
.BgClassName
{
background-color: #A33DCF;
}
</style>
border-color css
<style>
span { border-color: #A33DCF; }
span { border-color: rgb(163,61,207); }
td.TdClassName
{
border-color: #A33DCF;
}
.TagClassName
{
border-color: #A33DCF;
}
</style>