Shades of Dark Purple #A1248B
Tints of Dark Purple #A1248B
RGB
CMYK
RGB Variations
Color information
#A1248B (or 0xA1248B) is known color: Dark Purple. HEX triplet: A1, 24 and 8B. RGB value is (161,36,139). Sum of RGB (Red+Green+Blue) = 161+36+139=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1248B is #5EDB74. Grayscale: #545454. Windows color (decimal): -6216565 or 9118881. OLE color: 9118881.
HSL color Cylindrical-coordinate representation of color #A1248B: hue angle of 310.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1248B is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 139 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.37 |
| HSL | 310.56º | 0.63% | 0.39% | - |
| HSV(B) | 310.56º | 0.78% | 0.63% | - |
| XYZ | 19.99 | 10.7 | 25.44 | - |
| YUV | 85.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 139 | 0 | 0.78 | 0.14 | 0.37 | 310.56 | 0.63 | 0.39 |
| Hex | A1 | 24 | 8B | 0 | 4E | E | 25 | 137 | 3F | 27 |
| Octal | 241 | 44 | 213 | 0 | 116 | 16 | 45 | 467 | 77 | 47 |
| Binary | 10100001 | 100100 | 10001011 | 0 | 1001110 | 1110 | 100101 | 100110111 | 111111 | 100111 |
Color Harmonies of #A1248B
Complementary color
Monochromatic Colors of #A1248B
Black with #A1248B
Text Example
Text Example
White with #A1248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1248B; }
p { color: rgb(161,36,139); }
H1.HeaderClassName
{
color: #A1248B;
}
.AnyTagClassName
{
color: #A1248B;
}
</style>
background-color css
<style>
a { background-color: #A1248B; }
a { background-color: rgb(161,36,139); }
div.DivClassName
{
background-color: #A1248B;
}
.BgClassName
{
background-color: #A1248B;
}
</style>
border-color css
<style>
span { border-color: #A1248B; }
span { border-color: rgb(161,36,139); }
td.TdClassName
{
border-color: #A1248B;
}
.TagClassName
{
border-color: #A1248B;
}
</style>