Shades of Dark Orchid #A324CA
Tints of Dark Orchid #A324CA
RGB
CMYK
RGB Variations
Color information
#A324CA (or 0xA324CA) is known color: Dark Orchid. HEX triplet: A3, 24 and CA. RGB value is (163,36,202). Sum of RGB (Red+Green+Blue) = 163+36+202=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #A324CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324CA is #5CDB35. Grayscale: #5C5C5C. Windows color (decimal): -6085430 or 13247651. OLE color: 13247651.
HSL color Cylindrical-coordinate representation of color #A324CA: hue angle of 285.9º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A324CA is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 36 | 202 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.21 |
| HSL | 285.9º | 0.7% | 0.47% | - |
| HSV(B) | 285.9º | 0.82% | 0.79% | - |
| XYZ | 26.4 | 13.31 | 57.06 | - |
| YUV | 92.9 | 189.58 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 202 | 0.19 | 0.82 | 0 | 0.21 | 285.9 | 0.7 | 0.47 |
| Hex | A3 | 24 | CA | 13 | 52 | 0 | 15 | 11E | 46 | 2F |
| Octal | 243 | 44 | 312 | 23 | 122 | 0 | 25 | 436 | 106 | 57 |
| Binary | 10100011 | 100100 | 11001010 | 10011 | 1010010 | 0 | 10101 | 100011110 | 1000110 | 101111 |
Color Harmonies of #A324CA
Complementary color
Monochromatic Colors of #A324CA
Black with #A324CA
Text Example
Text Example
White with #A324CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324CA; }
p { color: rgb(163,36,202); }
H1.HeaderClassName
{
color: #A324CA;
}
.AnyTagClassName
{
color: #A324CA;
}
</style>
background-color css
<style>
a { background-color: #A324CA; }
a { background-color: rgb(163,36,202); }
div.DivClassName
{
background-color: #A324CA;
}
.BgClassName
{
background-color: #A324CA;
}
</style>
border-color css
<style>
span { border-color: #A324CA; }
span { border-color: rgb(163,36,202); }
td.TdClassName
{
border-color: #A324CA;
}
.TagClassName
{
border-color: #A324CA;
}
</style>