Shades of Dark Orchid #A333DB
Tints of Dark Orchid #A333DB
RGB
CMYK
RGB Variations
Color information
#A333DB (or 0xA333DB) is known color: Dark Orchid. HEX triplet: A3, 33 and DB. RGB value is (163,51,219). Sum of RGB (Red+Green+Blue) = 163+51+219=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #A333DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333DB is #5CCC24. Grayscale: #676767. Windows color (decimal): -6081573 or 14365603. OLE color: 14365603.
HSL color Cylindrical-coordinate representation of color #A333DB: hue angle of 280º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A333DB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 51 | 219 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.14 |
| HSL | 280º | 0.7% | 0.53% | - |
| HSV(B) | 280º | 0.77% | 0.86% | - |
| XYZ | 29.07 | 15.27 | 68.43 | - |
| YUV | 103.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 219 | 0.26 | 0.77 | 0 | 0.14 | 280 | 0.7 | 0.53 |
| Hex | A3 | 33 | DB | 1A | 4D | 0 | E | 118 | 46 | 35 |
| Octal | 243 | 63 | 333 | 32 | 115 | 0 | 16 | 430 | 106 | 65 |
| Binary | 10100011 | 110011 | 11011011 | 11010 | 1001101 | 0 | 1110 | 100011000 | 1000110 | 110101 |
Color Harmonies of #A333DB
Complementary color
Monochromatic Colors of #A333DB
Black with #A333DB
Text Example
Text Example
White with #A333DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A333DB; }
p { color: rgb(163,51,219); }
H1.HeaderClassName
{
color: #A333DB;
}
.AnyTagClassName
{
color: #A333DB;
}
</style>
background-color css
<style>
a { background-color: #A333DB; }
a { background-color: rgb(163,51,219); }
div.DivClassName
{
background-color: #A333DB;
}
.BgClassName
{
background-color: #A333DB;
}
</style>
border-color css
<style>
span { border-color: #A333DB; }
span { border-color: rgb(163,51,219); }
td.TdClassName
{
border-color: #A333DB;
}
.TagClassName
{
border-color: #A333DB;
}
</style>