Shades of Dark Purple #A1268B
Tints of Dark Purple #A1268B
RGB
CMYK
RGB Variations
Color information
#A1268B (or 0xA1268B) is known color: Dark Purple. HEX triplet: A1, 26 and 8B. RGB value is (161,38,139). Sum of RGB (Red+Green+Blue) = 161+38+139=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1268B is #5ED974. Grayscale: #565656. Windows color (decimal): -6216053 or 9119393. OLE color: 9119393.
HSL color Cylindrical-coordinate representation of color #A1268B: hue angle of 310.73º 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 #A1268B is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 139 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.37 |
| HSL | 310.73º | 0.62% | 0.39% | - |
| HSV(B) | 310.73º | 0.76% | 0.63% | - |
| XYZ | 20.05 | 10.83 | 25.46 | - |
| YUV | 86.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 139 | 0 | 0.76 | 0.14 | 0.37 | 310.73 | 0.62 | 0.39 |
| Hex | A1 | 26 | 8B | 0 | 4C | E | 25 | 137 | 3E | 27 |
| Octal | 241 | 46 | 213 | 0 | 114 | 16 | 45 | 467 | 76 | 47 |
| Binary | 10100001 | 100110 | 10001011 | 0 | 1001100 | 1110 | 100101 | 100110111 | 111110 | 100111 |
Color Harmonies of #A1268B
Complementary color
Monochromatic Colors of #A1268B
Black with #A1268B
Text Example
Text Example
White with #A1268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1268B; }
p { color: rgb(161,38,139); }
H1.HeaderClassName
{
color: #A1268B;
}
.AnyTagClassName
{
color: #A1268B;
}
</style>
background-color css
<style>
a { background-color: #A1268B; }
a { background-color: rgb(161,38,139); }
div.DivClassName
{
background-color: #A1268B;
}
.BgClassName
{
background-color: #A1268B;
}
</style>
border-color css
<style>
span { border-color: #A1268B; }
span { border-color: rgb(161,38,139); }
td.TdClassName
{
border-color: #A1268B;
}
.TagClassName
{
border-color: #A1268B;
}
</style>