Shades of Dark Purple #A3208F
Tints of Dark Purple #A3208F
RGB
CMYK
RGB Variations
Color information
#A3208F (or 0xA3208F) is known color: Dark Purple. HEX triplet: A3, 20 and 8F. RGB value is (163,32,143). Sum of RGB (Red+Green+Blue) = 163+32+143=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3208F is #5CDF70. Grayscale: #535353. Windows color (decimal): -6086513 or 9380003. OLE color: 9380003.
HSL color Cylindrical-coordinate representation of color #A3208F: hue angle of 309.16º 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 #A3208F is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 143 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.36 |
| HSL | 309.16º | 0.67% | 0.38% | - |
| HSV(B) | 309.16º | 0.8% | 0.64% | - |
| XYZ | 20.58 | 10.8 | 26.99 | - |
| YUV | 83.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 143 | 0 | 0.80 | 0.12 | 0.36 | 309.16 | 0.67 | 0.38 |
| Hex | A3 | 20 | 8F | 0 | 50 | C | 24 | 135 | 43 | 26 |
| Octal | 243 | 40 | 217 | 0 | 120 | 14 | 44 | 465 | 103 | 46 |
| Binary | 10100011 | 100000 | 10001111 | 0 | 1010000 | 1100 | 100100 | 100110101 | 1000011 | 100110 |
Color Harmonies of #A3208F
Complementary color
Monochromatic Colors of #A3208F
Black with #A3208F
Text Example
Text Example
White with #A3208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3208F; }
p { color: rgb(163,32,143); }
H1.HeaderClassName
{
color: #A3208F;
}
.AnyTagClassName
{
color: #A3208F;
}
</style>
background-color css
<style>
a { background-color: #A3208F; }
a { background-color: rgb(163,32,143); }
div.DivClassName
{
background-color: #A3208F;
}
.BgClassName
{
background-color: #A3208F;
}
</style>
border-color css
<style>
span { border-color: #A3208F; }
span { border-color: rgb(163,32,143); }
td.TdClassName
{
border-color: #A3208F;
}
.TagClassName
{
border-color: #A3208F;
}
</style>