Shades of Dark Orchid #A32EAA
Tints of Dark Orchid #A32EAA
RGB
CMYK
RGB Variations
Color information
#A32EAA (or 0xA32EAA) is known color: Dark Orchid. HEX triplet: A3, 2E and AA. RGB value is (163,46,170). Sum of RGB (Red+Green+Blue) = 163+46+170=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #A32EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32EAA is #5CD155. Grayscale: #5E5E5E. Windows color (decimal): -6082902 or 11153059. OLE color: 11153059.
HSL color Cylindrical-coordinate representation of color #A32EAA: hue angle of 296.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32EAA is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 46 | 170 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.33 |
| HSL | 296.61º | 0.57% | 0.42% | - |
| HSV(B) | 296.61º | 0.73% | 0.67% | - |
| XYZ | 23.34 | 12.64 | 39.24 | - |
| YUV | 95.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 170 | 0.04 | 0.73 | 0 | 0.33 | 296.61 | 0.57 | 0.42 |
| Hex | A3 | 2E | AA | 4 | 49 | 0 | 21 | 129 | 39 | 2A |
| Octal | 243 | 56 | 252 | 4 | 111 | 0 | 41 | 451 | 71 | 52 |
| Binary | 10100011 | 101110 | 10101010 | 100 | 1001001 | 0 | 100001 | 100101001 | 111001 | 101010 |
Color Harmonies of #A32EAA
Complementary color
Monochromatic Colors of #A32EAA
Black with #A32EAA
Text Example
Text Example
White with #A32EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32EAA; }
p { color: rgb(163,46,170); }
H1.HeaderClassName
{
color: #A32EAA;
}
.AnyTagClassName
{
color: #A32EAA;
}
</style>
background-color css
<style>
a { background-color: #A32EAA; }
a { background-color: rgb(163,46,170); }
div.DivClassName
{
background-color: #A32EAA;
}
.BgClassName
{
background-color: #A32EAA;
}
</style>
border-color css
<style>
span { border-color: #A32EAA; }
span { border-color: rgb(163,46,170); }
td.TdClassName
{
border-color: #A32EAA;
}
.TagClassName
{
border-color: #A32EAA;
}
</style>