Shades of Dark Purple #A1268D
Tints of Dark Purple #A1268D
RGB
CMYK
RGB Variations
Color information
#A1268D (or 0xA1268D) is known color: Dark Purple. HEX triplet: A1, 26 and 8D. RGB value is (161,38,141). Sum of RGB (Red+Green+Blue) = 161+38+141=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1268D is #5ED972. Grayscale: #565656. Windows color (decimal): -6216051 or 9250465. OLE color: 9250465.
HSL color Cylindrical-coordinate representation of color #A1268D: hue angle of 309.76º 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 #A1268D is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 141 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.37 |
| HSL | 309.76º | 0.62% | 0.39% | - |
| HSV(B) | 309.76º | 0.76% | 0.63% | - |
| XYZ | 20.2 | 10.89 | 26.24 | - |
| YUV | 86.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 141 | 0 | 0.76 | 0.12 | 0.37 | 309.76 | 0.62 | 0.39 |
| Hex | A1 | 26 | 8D | 0 | 4C | C | 25 | 136 | 3E | 27 |
| Octal | 241 | 46 | 215 | 0 | 114 | 14 | 45 | 466 | 76 | 47 |
| Binary | 10100001 | 100110 | 10001101 | 0 | 1001100 | 1100 | 100101 | 100110110 | 111110 | 100111 |
Color Harmonies of #A1268D
Complementary color
Monochromatic Colors of #A1268D
Black with #A1268D
Text Example
Text Example
White with #A1268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1268D; }
p { color: rgb(161,38,141); }
H1.HeaderClassName
{
color: #A1268D;
}
.AnyTagClassName
{
color: #A1268D;
}
</style>
background-color css
<style>
a { background-color: #A1268D; }
a { background-color: rgb(161,38,141); }
div.DivClassName
{
background-color: #A1268D;
}
.BgClassName
{
background-color: #A1268D;
}
</style>
border-color css
<style>
span { border-color: #A1268D; }
span { border-color: rgb(161,38,141); }
td.TdClassName
{
border-color: #A1268D;
}
.TagClassName
{
border-color: #A1268D;
}
</style>