Shades of Dark Orchid #A326D1
Tints of Dark Orchid #A326D1
RGB
CMYK
RGB Variations
Color information
#A326D1 (or 0xA326D1) is known color: Dark Orchid. HEX triplet: A3, 26 and D1. RGB value is (163,38,209). Sum of RGB (Red+Green+Blue) = 163+38+209=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #A326D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326D1 is #5CD92E. Grayscale: #5E5E5E. Windows color (decimal): -6084911 or 13706915. OLE color: 13706915.
HSL color Cylindrical-coordinate representation of color #A326D1: hue angle of 283.86º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A326D1 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 38 | 209 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.18 |
| HSL | 283.86º | 0.69% | 0.48% | - |
| HSV(B) | 283.86º | 0.82% | 0.82% | - |
| XYZ | 27.31 | 13.78 | 61.54 | - |
| YUV | 94.87 | 192.41 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 209 | 0.22 | 0.82 | 0 | 0.18 | 283.86 | 0.69 | 0.48 |
| Hex | A3 | 26 | D1 | 16 | 52 | 0 | 12 | 11C | 45 | 30 |
| Octal | 243 | 46 | 321 | 26 | 122 | 0 | 22 | 434 | 105 | 60 |
| Binary | 10100011 | 100110 | 11010001 | 10110 | 1010010 | 0 | 10010 | 100011100 | 1000101 | 110000 |
Color Harmonies of #A326D1
Complementary color
Monochromatic Colors of #A326D1
Black with #A326D1
Text Example
Text Example
White with #A326D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326D1; }
p { color: rgb(163,38,209); }
H1.HeaderClassName
{
color: #A326D1;
}
.AnyTagClassName
{
color: #A326D1;
}
</style>
background-color css
<style>
a { background-color: #A326D1; }
a { background-color: rgb(163,38,209); }
div.DivClassName
{
background-color: #A326D1;
}
.BgClassName
{
background-color: #A326D1;
}
</style>
border-color css
<style>
span { border-color: #A326D1; }
span { border-color: rgb(163,38,209); }
td.TdClassName
{
border-color: #A326D1;
}
.TagClassName
{
border-color: #A326D1;
}
</style>