Shades of Dark Orchid #A324DB
Tints of Dark Orchid #A324DB
RGB
CMYK
RGB Variations
Color information
#A324DB (or 0xA324DB) is known color: Dark Orchid. HEX triplet: A3, 24 and DB. RGB value is (163,36,219). Sum of RGB (Red+Green+Blue) = 163+36+219=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #A324DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324DB is #5CDB24. Grayscale: #5E5E5E. Windows color (decimal): -6085413 or 14361763. OLE color: 14361763.
HSL color Cylindrical-coordinate representation of color #A324DB: hue angle of 281.64º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A324DB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 36 | 219 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.14 |
| HSL | 281.64º | 0.72% | 0.5% | - |
| HSV(B) | 281.64º | 0.84% | 0.86% | - |
| XYZ | 28.52 | 14.16 | 68.25 | - |
| YUV | 94.84 | 198.08 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 219 | 0.26 | 0.84 | 0 | 0.14 | 281.64 | 0.72 | 0.5 |
| Hex | A3 | 24 | DB | 1A | 54 | 0 | E | 11A | 48 | 32 |
| Octal | 243 | 44 | 333 | 32 | 124 | 0 | 16 | 432 | 110 | 62 |
| Binary | 10100011 | 100100 | 11011011 | 11010 | 1010100 | 0 | 1110 | 100011010 | 1001000 | 110010 |
Color Harmonies of #A324DB
Complementary color
Monochromatic Colors of #A324DB
Black with #A324DB
Text Example
Text Example
White with #A324DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324DB; }
p { color: rgb(163,36,219); }
H1.HeaderClassName
{
color: #A324DB;
}
.AnyTagClassName
{
color: #A324DB;
}
</style>
background-color css
<style>
a { background-color: #A324DB; }
a { background-color: rgb(163,36,219); }
div.DivClassName
{
background-color: #A324DB;
}
.BgClassName
{
background-color: #A324DB;
}
</style>
border-color css
<style>
span { border-color: #A324DB; }
span { border-color: rgb(163,36,219); }
td.TdClassName
{
border-color: #A324DB;
}
.TagClassName
{
border-color: #A324DB;
}
</style>