Shades of Dark Orchid #A322DB
Tints of Dark Orchid #A322DB
RGB
CMYK
RGB Variations
Color information
#A322DB (or 0xA322DB) is known color: Dark Orchid. HEX triplet: A3, 22 and DB. RGB value is (163,34,219). Sum of RGB (Red+Green+Blue) = 163+34+219=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #A322DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A322DB is #5CDD24. Grayscale: #5D5D5D. Windows color (decimal): -6085925 or 14361251. OLE color: 14361251.
HSL color Cylindrical-coordinate representation of color #A322DB: hue angle of 281.84º degrees, saturation: 0.73, 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 #A322DB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 34 | 219 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.14 |
| HSL | 281.84º | 0.73% | 0.5% | - |
| HSV(B) | 281.84º | 0.84% | 0.86% | - |
| XYZ | 28.46 | 14.05 | 68.23 | - |
| YUV | 93.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 219 | 0.26 | 0.84 | 0 | 0.14 | 281.84 | 0.73 | 0.5 |
| Hex | A3 | 22 | DB | 1A | 54 | 0 | E | 11A | 49 | 32 |
| Octal | 243 | 42 | 333 | 32 | 124 | 0 | 16 | 432 | 111 | 62 |
| Binary | 10100011 | 100010 | 11011011 | 11010 | 1010100 | 0 | 1110 | 100011010 | 1001001 | 110010 |
Color Harmonies of #A322DB
Complementary color
Monochromatic Colors of #A322DB
Black with #A322DB
Text Example
Text Example
White with #A322DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A322DB; }
p { color: rgb(163,34,219); }
H1.HeaderClassName
{
color: #A322DB;
}
.AnyTagClassName
{
color: #A322DB;
}
</style>
background-color css
<style>
a { background-color: #A322DB; }
a { background-color: rgb(163,34,219); }
div.DivClassName
{
background-color: #A322DB;
}
.BgClassName
{
background-color: #A322DB;
}
</style>
border-color css
<style>
span { border-color: #A322DB; }
span { border-color: rgb(163,34,219); }
td.TdClassName
{
border-color: #A322DB;
}
.TagClassName
{
border-color: #A322DB;
}
</style>