Shades of Dark Orchid #A33ABB
Tints of Dark Orchid #A33ABB
RGB
CMYK
RGB Variations
Color information
#A33ABB (or 0xA33ABB) is known color: Dark Orchid. HEX triplet: A3, 3A and BB. RGB value is (163,58,187). Sum of RGB (Red+Green+Blue) = 163+58+187=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #A33ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ABB is #5CC544. Grayscale: #676767. Windows color (decimal): -6079813 or 12270243. OLE color: 12270243.
HSL color Cylindrical-coordinate representation of color #A33ABB: hue angle of 288.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33ABB is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 58 | 187 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.27 |
| HSL | 288.84º | 0.53% | 0.48% | - |
| HSV(B) | 288.84º | 0.69% | 0.73% | - |
| XYZ | 25.59 | 14.4 | 48.44 | - |
| YUV | 104.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 187 | 0.13 | 0.69 | 0 | 0.27 | 288.84 | 0.53 | 0.48 |
| Hex | A3 | 3A | BB | D | 45 | 0 | 1B | 121 | 35 | 30 |
| Octal | 243 | 72 | 273 | 15 | 105 | 0 | 33 | 441 | 65 | 60 |
| Binary | 10100011 | 111010 | 10111011 | 1101 | 1000101 | 0 | 11011 | 100100001 | 110101 | 110000 |
Color Harmonies of #A33ABB
Complementary color
Monochromatic Colors of #A33ABB
Black with #A33ABB
Text Example
Text Example
White with #A33ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33ABB; }
p { color: rgb(163,58,187); }
H1.HeaderClassName
{
color: #A33ABB;
}
.AnyTagClassName
{
color: #A33ABB;
}
</style>
background-color css
<style>
a { background-color: #A33ABB; }
a { background-color: rgb(163,58,187); }
div.DivClassName
{
background-color: #A33ABB;
}
.BgClassName
{
background-color: #A33ABB;
}
</style>
border-color css
<style>
span { border-color: #A33ABB; }
span { border-color: rgb(163,58,187); }
td.TdClassName
{
border-color: #A33ABB;
}
.TagClassName
{
border-color: #A33ABB;
}
</style>