Shades of Dark Orchid #A325D8
Tints of Dark Orchid #A325D8
RGB
CMYK
RGB Variations
Color information
#A325D8 (or 0xA325D8) is known color: Dark Orchid. HEX triplet: A3, 25 and D8. RGB value is (163,37,216). Sum of RGB (Red+Green+Blue) = 163+37+216=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #A325D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325D8 is #5CDA27. Grayscale: #5E5E5E. Windows color (decimal): -6085160 or 14165411. OLE color: 14165411.
HSL color Cylindrical-coordinate representation of color #A325D8: hue angle of 282.23º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A325D8 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 37 | 216 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.15 |
| HSL | 282.23º | 0.71% | 0.5% | - |
| HSV(B) | 282.23º | 0.83% | 0.85% | - |
| XYZ | 28.16 | 14.07 | 66.2 | - |
| YUV | 95.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 216 | 0.25 | 0.83 | 0 | 0.15 | 282.23 | 0.71 | 0.5 |
| Hex | A3 | 25 | D8 | 19 | 53 | 0 | F | 11A | 47 | 32 |
| Octal | 243 | 45 | 330 | 31 | 123 | 0 | 17 | 432 | 107 | 62 |
| Binary | 10100011 | 100101 | 11011000 | 11001 | 1010011 | 0 | 1111 | 100011010 | 1000111 | 110010 |
Color Harmonies of #A325D8
Complementary color
Monochromatic Colors of #A325D8
Black with #A325D8
Text Example
Text Example
White with #A325D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A325D8; }
p { color: rgb(163,37,216); }
H1.HeaderClassName
{
color: #A325D8;
}
.AnyTagClassName
{
color: #A325D8;
}
</style>
background-color css
<style>
a { background-color: #A325D8; }
a { background-color: rgb(163,37,216); }
div.DivClassName
{
background-color: #A325D8;
}
.BgClassName
{
background-color: #A325D8;
}
</style>
border-color css
<style>
span { border-color: #A325D8; }
span { border-color: rgb(163,37,216); }
td.TdClassName
{
border-color: #A325D8;
}
.TagClassName
{
border-color: #A325D8;
}
</style>