Shades of Dark Orchid #A326C0
Tints of Dark Orchid #A326C0
RGB
CMYK
RGB Variations
Color information
#A326C0 (or 0xA326C0) is known color: Dark Orchid. HEX triplet: A3, 26 and C0. RGB value is (163,38,192). Sum of RGB (Red+Green+Blue) = 163+38+192=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #A326C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326C0 is #5CD93F. Grayscale: #5C5C5C. Windows color (decimal): -6084928 or 12592803. OLE color: 12592803.
HSL color Cylindrical-coordinate representation of color #A326C0: hue angle of 288.7º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A326C0 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 38 | 192 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.25 |
| HSL | 288.7º | 0.67% | 0.45% | - |
| HSV(B) | 288.7º | 0.8% | 0.75% | - |
| XYZ | 25.31 | 12.98 | 51.04 | - |
| YUV | 92.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 192 | 0.15 | 0.80 | 0 | 0.25 | 288.7 | 0.67 | 0.45 |
| Hex | A3 | 26 | C0 | F | 50 | 0 | 19 | 121 | 43 | 2D |
| Octal | 243 | 46 | 300 | 17 | 120 | 0 | 31 | 441 | 103 | 55 |
| Binary | 10100011 | 100110 | 11000000 | 1111 | 1010000 | 0 | 11001 | 100100001 | 1000011 | 101101 |
Color Harmonies of #A326C0
Complementary color
Monochromatic Colors of #A326C0
Black with #A326C0
Text Example
Text Example
White with #A326C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326C0; }
p { color: rgb(163,38,192); }
H1.HeaderClassName
{
color: #A326C0;
}
.AnyTagClassName
{
color: #A326C0;
}
</style>
background-color css
<style>
a { background-color: #A326C0; }
a { background-color: rgb(163,38,192); }
div.DivClassName
{
background-color: #A326C0;
}
.BgClassName
{
background-color: #A326C0;
}
</style>
border-color css
<style>
span { border-color: #A326C0; }
span { border-color: rgb(163,38,192); }
td.TdClassName
{
border-color: #A326C0;
}
.TagClassName
{
border-color: #A326C0;
}
</style>