Shades of Dark Purple #A1237A
Tints of Dark Purple #A1237A
RGB
CMYK
RGB Variations
Color information
#A1237A (or 0xA1237A) is known color: Dark Purple. HEX triplet: A1, 23 and 7A. RGB value is (161,35,122). Sum of RGB (Red+Green+Blue) = 161+35+122=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1237A is #5EDC85. Grayscale: #525252. Windows color (decimal): -6216838 or 8004513. OLE color: 8004513.
HSL color Cylindrical-coordinate representation of color #A1237A: hue angle of 318.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 #A1237A is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 122 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.37 |
| HSL | 318.57º | 0.64% | 0.38% | - |
| HSV(B) | 318.57º | 0.78% | 0.63% | - |
| XYZ | 18.81 | 10.18 | 19.39 | - |
| YUV | 82.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 122 | 0 | 0.78 | 0.24 | 0.37 | 318.57 | 0.64 | 0.38 |
| Hex | A1 | 23 | 7A | 0 | 4E | 18 | 25 | 13F | 40 | 26 |
| Octal | 241 | 43 | 172 | 0 | 116 | 30 | 45 | 477 | 100 | 46 |
| Binary | 10100001 | 100011 | 1111010 | 0 | 1001110 | 11000 | 100101 | 100111111 | 1000000 | 100110 |
Color Harmonies of #A1237A
Complementary color
Monochromatic Colors of #A1237A
Black with #A1237A
Text Example
Text Example
White with #A1237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1237A; }
p { color: rgb(161,35,122); }
H1.HeaderClassName
{
color: #A1237A;
}
.AnyTagClassName
{
color: #A1237A;
}
</style>
background-color css
<style>
a { background-color: #A1237A; }
a { background-color: rgb(161,35,122); }
div.DivClassName
{
background-color: #A1237A;
}
.BgClassName
{
background-color: #A1237A;
}
</style>
border-color css
<style>
span { border-color: #A1237A; }
span { border-color: rgb(161,35,122); }
td.TdClassName
{
border-color: #A1237A;
}
.TagClassName
{
border-color: #A1237A;
}
</style>