Shades of Dark Orchid #A321AE
Tints of Dark Orchid #A321AE
RGB
CMYK
RGB Variations
Color information
#A321AE (or 0xA321AE) is known color: Dark Orchid. HEX triplet: A3, 21 and AE. RGB value is (163,33,174). Sum of RGB (Red+Green+Blue) = 163+33+174=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #A321AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A321AE is #5CDE51. Grayscale: #575757. Windows color (decimal): -6086226 or 11411875. OLE color: 11411875.
HSL color Cylindrical-coordinate representation of color #A321AE: hue angle of 295.32º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A321AE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 33 | 174 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.32 |
| HSL | 295.32º | 0.68% | 0.41% | - |
| HSV(B) | 295.32º | 0.81% | 0.68% | - |
| XYZ | 23.29 | 11.93 | 41.12 | - |
| YUV | 87.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 174 | 0.06 | 0.81 | 0 | 0.32 | 295.32 | 0.68 | 0.41 |
| Hex | A3 | 21 | AE | 6 | 51 | 0 | 20 | 127 | 44 | 29 |
| Octal | 243 | 41 | 256 | 6 | 121 | 0 | 40 | 447 | 104 | 51 |
| Binary | 10100011 | 100001 | 10101110 | 110 | 1010001 | 0 | 100000 | 100100111 | 1000100 | 101001 |
Color Harmonies of #A321AE
Complementary color
Monochromatic Colors of #A321AE
Black with #A321AE
Text Example
Text Example
White with #A321AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321AE; }
p { color: rgb(163,33,174); }
H1.HeaderClassName
{
color: #A321AE;
}
.AnyTagClassName
{
color: #A321AE;
}
</style>
background-color css
<style>
a { background-color: #A321AE; }
a { background-color: rgb(163,33,174); }
div.DivClassName
{
background-color: #A321AE;
}
.BgClassName
{
background-color: #A321AE;
}
</style>
border-color css
<style>
span { border-color: #A321AE; }
span { border-color: rgb(163,33,174); }
td.TdClassName
{
border-color: #A321AE;
}
.TagClassName
{
border-color: #A321AE;
}
</style>