Shades of Dark Orchid #A324DA
Tints of Dark Orchid #A324DA
RGB
CMYK
RGB Variations
Color information
#A324DA (or 0xA324DA) is known color: Dark Orchid. HEX triplet: A3, 24 and DA. RGB value is (163,36,218). Sum of RGB (Red+Green+Blue) = 163+36+218=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #A324DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324DA is #5CDB25. Grayscale: #5E5E5E. Windows color (decimal): -6085414 or 14296227. OLE color: 14296227.
HSL color Cylindrical-coordinate representation of color #A324DA: hue angle of 281.87º degrees, saturation: 0.72, 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 #A324DA is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 36 | 218 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.15 |
| HSL | 281.87º | 0.72% | 0.5% | - |
| HSV(B) | 281.87º | 0.83% | 0.85% | - |
| XYZ | 28.39 | 14.11 | 67.56 | - |
| YUV | 94.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 218 | 0.25 | 0.83 | 0 | 0.15 | 281.87 | 0.72 | 0.5 |
| Hex | A3 | 24 | DA | 19 | 53 | 0 | F | 11A | 48 | 32 |
| Octal | 243 | 44 | 332 | 31 | 123 | 0 | 17 | 432 | 110 | 62 |
| Binary | 10100011 | 100100 | 11011010 | 11001 | 1010011 | 0 | 1111 | 100011010 | 1001000 | 110010 |
Color Harmonies of #A324DA
Complementary color
Monochromatic Colors of #A324DA
Black with #A324DA
Text Example
Text Example
White with #A324DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324DA; }
p { color: rgb(163,36,218); }
H1.HeaderClassName
{
color: #A324DA;
}
.AnyTagClassName
{
color: #A324DA;
}
</style>
background-color css
<style>
a { background-color: #A324DA; }
a { background-color: rgb(163,36,218); }
div.DivClassName
{
background-color: #A324DA;
}
.BgClassName
{
background-color: #A324DA;
}
</style>
border-color css
<style>
span { border-color: #A324DA; }
span { border-color: rgb(163,36,218); }
td.TdClassName
{
border-color: #A324DA;
}
.TagClassName
{
border-color: #A324DA;
}
</style>