Shades of Dark Orchid #A33BDB
Tints of Dark Orchid #A33BDB
RGB
CMYK
RGB Variations
Color information
#A33BDB (or 0xA33BDB) is known color: Dark Orchid. HEX triplet: A3, 3B and DB. RGB value is (163,59,219). Sum of RGB (Red+Green+Blue) = 163+59+219=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #A33BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BDB is #5CC424. Grayscale: #6B6B6B. Windows color (decimal): -6079525 or 14367651. OLE color: 14367651.
HSL color Cylindrical-coordinate representation of color #A33BDB: hue angle of 279º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33BDB is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 59 | 219 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.14 |
| HSL | 279º | 0.69% | 0.55% | - |
| HSV(B) | 279º | 0.73% | 0.86% | - |
| XYZ | 29.45 | 16.03 | 68.56 | - |
| YUV | 108.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 219 | 0.26 | 0.73 | 0 | 0.14 | 279 | 0.69 | 0.55 |
| Hex | A3 | 3B | DB | 1A | 49 | 0 | E | 117 | 45 | 37 |
| Octal | 243 | 73 | 333 | 32 | 111 | 0 | 16 | 427 | 105 | 67 |
| Binary | 10100011 | 111011 | 11011011 | 11010 | 1001001 | 0 | 1110 | 100010111 | 1000101 | 110111 |
Color Harmonies of #A33BDB
Complementary color
Monochromatic Colors of #A33BDB
Black with #A33BDB
Text Example
Text Example
White with #A33BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BDB; }
p { color: rgb(163,59,219); }
H1.HeaderClassName
{
color: #A33BDB;
}
.AnyTagClassName
{
color: #A33BDB;
}
</style>
background-color css
<style>
a { background-color: #A33BDB; }
a { background-color: rgb(163,59,219); }
div.DivClassName
{
background-color: #A33BDB;
}
.BgClassName
{
background-color: #A33BDB;
}
</style>
border-color css
<style>
span { border-color: #A33BDB; }
span { border-color: rgb(163,59,219); }
td.TdClassName
{
border-color: #A33BDB;
}
.TagClassName
{
border-color: #A33BDB;
}
</style>