Shades of Dark Purple #A32286
Tints of Dark Purple #A32286
RGB
CMYK
RGB Variations
Color information
#A32286 (or 0xA32286) is known color: Dark Purple. HEX triplet: A3, 22 and 86. RGB value is (163,34,134). Sum of RGB (Red+Green+Blue) = 163+34+134=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A32286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32286 is #5CDD79. Grayscale: #535353. Windows color (decimal): -6086010 or 8790691. OLE color: 8790691.
HSL color Cylindrical-coordinate representation of color #A32286: hue angle of 313.49º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32286 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 134 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.36 |
| HSL | 313.49º | 0.65% | 0.39% | - |
| HSV(B) | 313.49º | 0.79% | 0.64% | - |
| XYZ | 19.98 | 10.65 | 23.56 | - |
| YUV | 83.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 134 | 0 | 0.79 | 0.18 | 0.36 | 313.49 | 0.65 | 0.39 |
| Hex | A3 | 22 | 86 | 0 | 4F | 12 | 24 | 139 | 41 | 27 |
| Octal | 243 | 42 | 206 | 0 | 117 | 22 | 44 | 471 | 101 | 47 |
| Binary | 10100011 | 100010 | 10000110 | 0 | 1001111 | 10010 | 100100 | 100111001 | 1000001 | 100111 |
Color Harmonies of #A32286
Complementary color
Monochromatic Colors of #A32286
Black with #A32286
Text Example
Text Example
White with #A32286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32286; }
p { color: rgb(163,34,134); }
H1.HeaderClassName
{
color: #A32286;
}
.AnyTagClassName
{
color: #A32286;
}
</style>
background-color css
<style>
a { background-color: #A32286; }
a { background-color: rgb(163,34,134); }
div.DivClassName
{
background-color: #A32286;
}
.BgClassName
{
background-color: #A32286;
}
</style>
border-color css
<style>
span { border-color: #A32286; }
span { border-color: rgb(163,34,134); }
td.TdClassName
{
border-color: #A32286;
}
.TagClassName
{
border-color: #A32286;
}
</style>