Shades of Dark Purple #A32089
Tints of Dark Purple #A32089
RGB
CMYK
RGB Variations
Color information
#A32089 (or 0xA32089) is known color: Dark Purple. HEX triplet: A3, 20 and 89. RGB value is (163,32,137). Sum of RGB (Red+Green+Blue) = 163+32+137=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A32089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32089 is #5CDF76. Grayscale: #525252. Windows color (decimal): -6086519 or 8986787. OLE color: 8986787.
HSL color Cylindrical-coordinate representation of color #A32089: hue angle of 311.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32089 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 137 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.36 |
| HSL | 311.91º | 0.67% | 0.38% | - |
| HSV(B) | 311.91º | 0.8% | 0.64% | - |
| XYZ | 20.14 | 10.63 | 24.66 | - |
| YUV | 83.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 137 | 0 | 0.80 | 0.16 | 0.36 | 311.91 | 0.67 | 0.38 |
| Hex | A3 | 20 | 89 | 0 | 50 | 10 | 24 | 138 | 43 | 26 |
| Octal | 243 | 40 | 211 | 0 | 120 | 20 | 44 | 470 | 103 | 46 |
| Binary | 10100011 | 100000 | 10001001 | 0 | 1010000 | 10000 | 100100 | 100111000 | 1000011 | 100110 |
Color Harmonies of #A32089
Complementary color
Monochromatic Colors of #A32089
Black with #A32089
Text Example
Text Example
White with #A32089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32089; }
p { color: rgb(163,32,137); }
H1.HeaderClassName
{
color: #A32089;
}
.AnyTagClassName
{
color: #A32089;
}
</style>
background-color css
<style>
a { background-color: #A32089; }
a { background-color: rgb(163,32,137); }
div.DivClassName
{
background-color: #A32089;
}
.BgClassName
{
background-color: #A32089;
}
</style>
border-color css
<style>
span { border-color: #A32089; }
span { border-color: rgb(163,32,137); }
td.TdClassName
{
border-color: #A32089;
}
.TagClassName
{
border-color: #A32089;
}
</style>