Shades of Dark Purple #A1238F
Tints of Dark Purple #A1238F
RGB
CMYK
RGB Variations
Color information
#A1238F (or 0xA1238F) is known color: Dark Purple. HEX triplet: A1, 23 and 8F. RGB value is (161,35,143). Sum of RGB (Red+Green+Blue) = 161+35+143=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1238F is #5EDC70. Grayscale: #545454. Windows color (decimal): -6216817 or 9380769. OLE color: 9380769.
HSL color Cylindrical-coordinate representation of color #A1238F: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1238F is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 143 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.37 |
| HSL | 308.57º | 0.64% | 0.38% | - |
| HSV(B) | 308.57º | 0.78% | 0.63% | - |
| XYZ | 20.26 | 10.76 | 27 | - |
| YUV | 84.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 143 | 0 | 0.78 | 0.11 | 0.37 | 308.57 | 0.64 | 0.38 |
| Hex | A1 | 23 | 8F | 0 | 4E | B | 25 | 135 | 40 | 26 |
| Octal | 241 | 43 | 217 | 0 | 116 | 13 | 45 | 465 | 100 | 46 |
| Binary | 10100001 | 100011 | 10001111 | 0 | 1001110 | 1011 | 100101 | 100110101 | 1000000 | 100110 |
Color Harmonies of #A1238F
Complementary color
Monochromatic Colors of #A1238F
Black with #A1238F
Text Example
Text Example
White with #A1238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1238F; }
p { color: rgb(161,35,143); }
H1.HeaderClassName
{
color: #A1238F;
}
.AnyTagClassName
{
color: #A1238F;
}
</style>
background-color css
<style>
a { background-color: #A1238F; }
a { background-color: rgb(161,35,143); }
div.DivClassName
{
background-color: #A1238F;
}
.BgClassName
{
background-color: #A1238F;
}
</style>
border-color css
<style>
span { border-color: #A1238F; }
span { border-color: rgb(161,35,143); }
td.TdClassName
{
border-color: #A1238F;
}
.TagClassName
{
border-color: #A1238F;
}
</style>