Shades of Dark Purple #A1267B
Tints of Dark Purple #A1267B
RGB
CMYK
RGB Variations
Color information
#A1267B (or 0xA1267B) is known color: Dark Purple. HEX triplet: A1, 26 and 7B. RGB value is (161,38,123). Sum of RGB (Red+Green+Blue) = 161+38+123=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1267B is #5ED984. Grayscale: #545454. Windows color (decimal): -6216069 or 8070817. OLE color: 8070817.
HSL color Cylindrical-coordinate representation of color #A1267B: hue angle of 318.54º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1267B is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 123 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.37 |
| HSL | 318.54º | 0.62% | 0.39% | - |
| HSV(B) | 318.54º | 0.76% | 0.63% | - |
| XYZ | 18.97 | 10.39 | 19.75 | - |
| YUV | 84.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 123 | 0 | 0.76 | 0.24 | 0.37 | 318.54 | 0.62 | 0.39 |
| Hex | A1 | 26 | 7B | 0 | 4C | 18 | 25 | 13F | 3E | 27 |
| Octal | 241 | 46 | 173 | 0 | 114 | 30 | 45 | 477 | 76 | 47 |
| Binary | 10100001 | 100110 | 1111011 | 0 | 1001100 | 11000 | 100101 | 100111111 | 111110 | 100111 |
Color Harmonies of #A1267B
Complementary color
Monochromatic Colors of #A1267B
Black with #A1267B
Text Example
Text Example
White with #A1267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1267B; }
p { color: rgb(161,38,123); }
H1.HeaderClassName
{
color: #A1267B;
}
.AnyTagClassName
{
color: #A1267B;
}
</style>
background-color css
<style>
a { background-color: #A1267B; }
a { background-color: rgb(161,38,123); }
div.DivClassName
{
background-color: #A1267B;
}
.BgClassName
{
background-color: #A1267B;
}
</style>
border-color css
<style>
span { border-color: #A1267B; }
span { border-color: rgb(161,38,123); }
td.TdClassName
{
border-color: #A1267B;
}
.TagClassName
{
border-color: #A1267B;
}
</style>