Shades of Dark Orchid #A33AD7
Tints of Dark Orchid #A33AD7
RGB
CMYK
RGB Variations
Color information
#A33AD7 (or 0xA33AD7) is known color: Dark Orchid. HEX triplet: A3, 3A and D7. RGB value is (163,58,215). Sum of RGB (Red+Green+Blue) = 163+58+215=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #A33AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33AD7 is #5CC528. Grayscale: #6A6A6A. Windows color (decimal): -6079785 or 14105251. OLE color: 14105251.
HSL color Cylindrical-coordinate representation of color #A33AD7: hue angle of 280.13º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33AD7 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 58 | 215 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.16 |
| HSL | 280.13º | 0.66% | 0.54% | - |
| HSV(B) | 280.13º | 0.73% | 0.84% | - |
| XYZ | 28.88 | 15.72 | 65.8 | - |
| YUV | 107.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 215 | 0.24 | 0.73 | 0 | 0.16 | 280.13 | 0.66 | 0.54 |
| Hex | A3 | 3A | D7 | 18 | 49 | 0 | 10 | 118 | 42 | 36 |
| Octal | 243 | 72 | 327 | 30 | 111 | 0 | 20 | 430 | 102 | 66 |
| Binary | 10100011 | 111010 | 11010111 | 11000 | 1001001 | 0 | 10000 | 100011000 | 1000010 | 110110 |
Color Harmonies of #A33AD7
Complementary color
Monochromatic Colors of #A33AD7
Black with #A33AD7
Text Example
Text Example
White with #A33AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33AD7; }
p { color: rgb(163,58,215); }
H1.HeaderClassName
{
color: #A33AD7;
}
.AnyTagClassName
{
color: #A33AD7;
}
</style>
background-color css
<style>
a { background-color: #A33AD7; }
a { background-color: rgb(163,58,215); }
div.DivClassName
{
background-color: #A33AD7;
}
.BgClassName
{
background-color: #A33AD7;
}
</style>
border-color css
<style>
span { border-color: #A33AD7; }
span { border-color: rgb(163,58,215); }
td.TdClassName
{
border-color: #A33AD7;
}
.TagClassName
{
border-color: #A33AD7;
}
</style>