Shades of Dark Purple #A1247B
Tints of Dark Purple #A1247B
RGB
CMYK
RGB Variations
Color information
#A1247B (or 0xA1247B) is known color: Dark Purple. HEX triplet: A1, 24 and 7B. RGB value is (161,36,123). Sum of RGB (Red+Green+Blue) = 161+36+123=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1247B is #5EDB84. Grayscale: #535353. Windows color (decimal): -6216581 or 8070305. OLE color: 8070305.
HSL color Cylindrical-coordinate representation of color #A1247B: hue angle of 318.24º 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 #A1247B is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 123 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.37 |
| HSL | 318.24º | 0.63% | 0.39% | - |
| HSV(B) | 318.24º | 0.78% | 0.63% | - |
| XYZ | 18.9 | 10.27 | 19.72 | - |
| YUV | 83.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 123 | 0 | 0.78 | 0.24 | 0.37 | 318.24 | 0.63 | 0.39 |
| Hex | A1 | 24 | 7B | 0 | 4E | 18 | 25 | 13E | 3F | 27 |
| Octal | 241 | 44 | 173 | 0 | 116 | 30 | 45 | 476 | 77 | 47 |
| Binary | 10100001 | 100100 | 1111011 | 0 | 1001110 | 11000 | 100101 | 100111110 | 111111 | 100111 |
Color Harmonies of #A1247B
Complementary color
Monochromatic Colors of #A1247B
Black with #A1247B
Text Example
Text Example
White with #A1247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1247B; }
p { color: rgb(161,36,123); }
H1.HeaderClassName
{
color: #A1247B;
}
.AnyTagClassName
{
color: #A1247B;
}
</style>
background-color css
<style>
a { background-color: #A1247B; }
a { background-color: rgb(161,36,123); }
div.DivClassName
{
background-color: #A1247B;
}
.BgClassName
{
background-color: #A1247B;
}
</style>
border-color css
<style>
span { border-color: #A1247B; }
span { border-color: rgb(161,36,123); }
td.TdClassName
{
border-color: #A1247B;
}
.TagClassName
{
border-color: #A1247B;
}
</style>