Shades of Dark Purple #A3238D
Tints of Dark Purple #A3238D
RGB
CMYK
RGB Variations
Color information
#A3238D (or 0xA3238D) is known color: Dark Purple. HEX triplet: A3, 23 and 8D. RGB value is (163,35,141). Sum of RGB (Red+Green+Blue) = 163+35+141=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3238D is #5CDC72. Grayscale: #555555. Windows color (decimal): -6085747 or 9249699. OLE color: 9249699.
HSL color Cylindrical-coordinate representation of color #A3238D: hue angle of 310.31º 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 #A3238D is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 141 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.36 |
| HSL | 310.31º | 0.65% | 0.39% | - |
| HSV(B) | 310.31º | 0.79% | 0.64% | - |
| XYZ | 20.51 | 10.91 | 26.22 | - |
| YUV | 85.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 141 | 0 | 0.79 | 0.13 | 0.36 | 310.31 | 0.65 | 0.39 |
| Hex | A3 | 23 | 8D | 0 | 4F | D | 24 | 136 | 41 | 27 |
| Octal | 243 | 43 | 215 | 0 | 117 | 15 | 44 | 466 | 101 | 47 |
| Binary | 10100011 | 100011 | 10001101 | 0 | 1001111 | 1101 | 100100 | 100110110 | 1000001 | 100111 |
Color Harmonies of #A3238D
Complementary color
Monochromatic Colors of #A3238D
Black with #A3238D
Text Example
Text Example
White with #A3238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3238D; }
p { color: rgb(163,35,141); }
H1.HeaderClassName
{
color: #A3238D;
}
.AnyTagClassName
{
color: #A3238D;
}
</style>
background-color css
<style>
a { background-color: #A3238D; }
a { background-color: rgb(163,35,141); }
div.DivClassName
{
background-color: #A3238D;
}
.BgClassName
{
background-color: #A3238D;
}
</style>
border-color css
<style>
span { border-color: #A3238D; }
span { border-color: rgb(163,35,141); }
td.TdClassName
{
border-color: #A3238D;
}
.TagClassName
{
border-color: #A3238D;
}
</style>