Shades of Dark Orchid #A330DB
Tints of Dark Orchid #A330DB
RGB
CMYK
RGB Variations
Color information
#A330DB (or 0xA330DB) is known color: Dark Orchid. HEX triplet: A3, 30 and DB. RGB value is (163,48,219). Sum of RGB (Red+Green+Blue) = 163+48+219=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #A330DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330DB is #5CCF24. Grayscale: #656565. Windows color (decimal): -6082341 or 14364835. OLE color: 14364835.
HSL color Cylindrical-coordinate representation of color #A330DB: hue angle of 280.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A330DB is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 48 | 219 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.14 |
| HSL | 280.35º | 0.7% | 0.52% | - |
| HSV(B) | 280.35º | 0.78% | 0.86% | - |
| XYZ | 28.95 | 15.01 | 68.39 | - |
| YUV | 101.88 | 194.1 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 219 | 0.26 | 0.78 | 0 | 0.14 | 280.35 | 0.7 | 0.52 |
| Hex | A3 | 30 | DB | 1A | 4E | 0 | E | 118 | 46 | 34 |
| Octal | 243 | 60 | 333 | 32 | 116 | 0 | 16 | 430 | 106 | 64 |
| Binary | 10100011 | 110000 | 11011011 | 11010 | 1001110 | 0 | 1110 | 100011000 | 1000110 | 110100 |
Color Harmonies of #A330DB
Complementary color
Monochromatic Colors of #A330DB
Black with #A330DB
Text Example
Text Example
White with #A330DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A330DB; }
p { color: rgb(163,48,219); }
H1.HeaderClassName
{
color: #A330DB;
}
.AnyTagClassName
{
color: #A330DB;
}
</style>
background-color css
<style>
a { background-color: #A330DB; }
a { background-color: rgb(163,48,219); }
div.DivClassName
{
background-color: #A330DB;
}
.BgClassName
{
background-color: #A330DB;
}
</style>
border-color css
<style>
span { border-color: #A330DB; }
span { border-color: rgb(163,48,219); }
td.TdClassName
{
border-color: #A330DB;
}
.TagClassName
{
border-color: #A330DB;
}
</style>