Shades of Dark Purple #A12698
Tints of Dark Purple #A12698
RGB
CMYK
RGB Variations
Color information
#A12698 (or 0xA12698) is known color: Dark Purple. HEX triplet: A1, 26 and 98. RGB value is (161,38,152). Sum of RGB (Red+Green+Blue) = 161+38+152=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A12698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12698 is #5ED967. Grayscale: #575757. Windows color (decimal): -6216040 or 9971361. OLE color: 9971361.
HSL color Cylindrical-coordinate representation of color #A12698: hue angle of 304.39º 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 #A12698 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 152 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.37 |
| HSL | 304.39º | 0.62% | 0.39% | - |
| HSV(B) | 304.39º | 0.76% | 0.63% | - |
| XYZ | 21.06 | 11.23 | 30.76 | - |
| YUV | 87.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 152 | 0 | 0.76 | 0.06 | 0.37 | 304.39 | 0.62 | 0.39 |
| Hex | A1 | 26 | 98 | 0 | 4C | 6 | 25 | 130 | 3E | 27 |
| Octal | 241 | 46 | 230 | 0 | 114 | 6 | 45 | 460 | 76 | 47 |
| Binary | 10100001 | 100110 | 10011000 | 0 | 1001100 | 110 | 100101 | 100110000 | 111110 | 100111 |
Color Harmonies of #A12698
Complementary color
Monochromatic Colors of #A12698
Black with #A12698
Text Example
Text Example
White with #A12698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12698; }
p { color: rgb(161,38,152); }
H1.HeaderClassName
{
color: #A12698;
}
.AnyTagClassName
{
color: #A12698;
}
</style>
background-color css
<style>
a { background-color: #A12698; }
a { background-color: rgb(161,38,152); }
div.DivClassName
{
background-color: #A12698;
}
.BgClassName
{
background-color: #A12698;
}
</style>
border-color css
<style>
span { border-color: #A12698; }
span { border-color: rgb(161,38,152); }
td.TdClassName
{
border-color: #A12698;
}
.TagClassName
{
border-color: #A12698;
}
</style>