Shades of Dark Orchid #A32AAE
Tints of Dark Orchid #A32AAE
RGB
CMYK
RGB Variations
Color information
#A32AAE (or 0xA32AAE) is known color: Dark Orchid. HEX triplet: A3, 2A and AE. RGB value is (163,42,174). Sum of RGB (Red+Green+Blue) = 163+42+174=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #A32AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32AAE is #5CD551. Grayscale: #5C5C5C. Windows color (decimal): -6083922 or 11414179. OLE color: 11414179.
HSL color Cylindrical-coordinate representation of color #A32AAE: hue angle of 295º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32AAE is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 42 | 174 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.32 |
| HSL | 295º | 0.61% | 0.42% | - |
| HSV(B) | 295º | 0.76% | 0.68% | - |
| XYZ | 23.57 | 12.5 | 41.21 | - |
| YUV | 93.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 174 | 0.06 | 0.76 | 0 | 0.32 | 295 | 0.61 | 0.42 |
| Hex | A3 | 2A | AE | 6 | 4C | 0 | 20 | 127 | 3D | 2A |
| Octal | 243 | 52 | 256 | 6 | 114 | 0 | 40 | 447 | 75 | 52 |
| Binary | 10100011 | 101010 | 10101110 | 110 | 1001100 | 0 | 100000 | 100100111 | 111101 | 101010 |
Color Harmonies of #A32AAE
Complementary color
Monochromatic Colors of #A32AAE
Black with #A32AAE
Text Example
Text Example
White with #A32AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AAE; }
p { color: rgb(163,42,174); }
H1.HeaderClassName
{
color: #A32AAE;
}
.AnyTagClassName
{
color: #A32AAE;
}
</style>
background-color css
<style>
a { background-color: #A32AAE; }
a { background-color: rgb(163,42,174); }
div.DivClassName
{
background-color: #A32AAE;
}
.BgClassName
{
background-color: #A32AAE;
}
</style>
border-color css
<style>
span { border-color: #A32AAE; }
span { border-color: rgb(163,42,174); }
td.TdClassName
{
border-color: #A32AAE;
}
.TagClassName
{
border-color: #A32AAE;
}
</style>