Shades of Dark Orchid #A324AB
Tints of Dark Orchid #A324AB
RGB
CMYK
RGB Variations
Color information
#A324AB (or 0xA324AB) is known color: Dark Orchid. HEX triplet: A3, 24 and AB. RGB value is (163,36,171). Sum of RGB (Red+Green+Blue) = 163+36+171=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #A324AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A324AB is #5CDB54. Grayscale: #585858. Windows color (decimal): -6085461 or 11216035. OLE color: 11216035.
HSL color Cylindrical-coordinate representation of color #A324AB: hue angle of 296.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A324AB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 36 | 171 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.33 |
| HSL | 296.44º | 0.65% | 0.41% | - |
| HSV(B) | 296.44º | 0.79% | 0.67% | - |
| XYZ | 23.09 | 11.99 | 39.63 | - |
| YUV | 89.36 | 174.08 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 171 | 0.05 | 0.79 | 0 | 0.33 | 296.44 | 0.65 | 0.41 |
| Hex | A3 | 24 | AB | 5 | 4F | 0 | 21 | 128 | 41 | 29 |
| Octal | 243 | 44 | 253 | 5 | 117 | 0 | 41 | 450 | 101 | 51 |
| Binary | 10100011 | 100100 | 10101011 | 101 | 1001111 | 0 | 100001 | 100101000 | 1000001 | 101001 |
Color Harmonies of #A324AB
Complementary color
Monochromatic Colors of #A324AB
Black with #A324AB
Text Example
Text Example
White with #A324AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324AB; }
p { color: rgb(163,36,171); }
H1.HeaderClassName
{
color: #A324AB;
}
.AnyTagClassName
{
color: #A324AB;
}
</style>
background-color css
<style>
a { background-color: #A324AB; }
a { background-color: rgb(163,36,171); }
div.DivClassName
{
background-color: #A324AB;
}
.BgClassName
{
background-color: #A324AB;
}
</style>
border-color css
<style>
span { border-color: #A324AB; }
span { border-color: rgb(163,36,171); }
td.TdClassName
{
border-color: #A324AB;
}
.TagClassName
{
border-color: #A324AB;
}
</style>