Shades of Dark Orchid #A325D0
Tints of Dark Orchid #A325D0
RGB
CMYK
RGB Variations
Color information
#A325D0 (or 0xA325D0) is known color: Dark Orchid. HEX triplet: A3, 25 and D0. RGB value is (163,37,208). Sum of RGB (Red+Green+Blue) = 163+37+208=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #A325D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325D0 is #5CDA2F. Grayscale: #5D5D5D. Windows color (decimal): -6085168 or 13641123. OLE color: 13641123.
HSL color Cylindrical-coordinate representation of color #A325D0: hue angle of 284.21º degrees, saturation: 0.7, 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 #A325D0 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 37 | 208 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.18 |
| HSL | 284.21º | 0.7% | 0.48% | - |
| HSV(B) | 284.21º | 0.82% | 0.82% | - |
| XYZ | 27.15 | 13.66 | 60.88 | - |
| YUV | 94.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 208 | 0.22 | 0.82 | 0 | 0.18 | 284.21 | 0.7 | 0.48 |
| Hex | A3 | 25 | D0 | 16 | 52 | 0 | 12 | 11C | 46 | 30 |
| Octal | 243 | 45 | 320 | 26 | 122 | 0 | 22 | 434 | 106 | 60 |
| Binary | 10100011 | 100101 | 11010000 | 10110 | 1010010 | 0 | 10010 | 100011100 | 1000110 | 110000 |
Color Harmonies of #A325D0
Complementary color
Monochromatic Colors of #A325D0
Black with #A325D0
Text Example
Text Example
White with #A325D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A325D0; }
p { color: rgb(163,37,208); }
H1.HeaderClassName
{
color: #A325D0;
}
.AnyTagClassName
{
color: #A325D0;
}
</style>
background-color css
<style>
a { background-color: #A325D0; }
a { background-color: rgb(163,37,208); }
div.DivClassName
{
background-color: #A325D0;
}
.BgClassName
{
background-color: #A325D0;
}
</style>
border-color css
<style>
span { border-color: #A325D0; }
span { border-color: rgb(163,37,208); }
td.TdClassName
{
border-color: #A325D0;
}
.TagClassName
{
border-color: #A325D0;
}
</style>