Shades of Dark Purple #A61A8B
Tints of Dark Purple #A61A8B
RGB
CMYK
RGB Variations
Color information
#A61A8B (or 0xA61A8B) is known color: Dark Purple. HEX triplet: A6, 1A and 8B. RGB value is (166,26,139). Sum of RGB (Red+Green+Blue) = 166+26+139=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61A8B is #59E574. Grayscale: #505050. Windows color (decimal): -5891445 or 9116326. OLE color: 9116326.
HSL color Cylindrical-coordinate representation of color #A61A8B: hue angle of 311.57º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A8B is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 139 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.35 |
| HSL | 311.57º | 0.73% | 0.38% | - |
| HSV(B) | 311.57º | 0.84% | 0.65% | - |
| XYZ | 20.76 | 10.71 | 25.4 | - |
| YUV | 80.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 139 | 0 | 0.84 | 0.16 | 0.35 | 311.57 | 0.73 | 0.38 |
| Hex | A6 | 1A | 8B | 0 | 54 | 10 | 23 | 138 | 49 | 26 |
| Octal | 246 | 32 | 213 | 0 | 124 | 20 | 43 | 470 | 111 | 46 |
| Binary | 10100110 | 11010 | 10001011 | 0 | 1010100 | 10000 | 100011 | 100111000 | 1001001 | 100110 |
Color Harmonies of #A61A8B
Complementary color
Monochromatic Colors of #A61A8B
Black with #A61A8B
Text Example
Text Example
White with #A61A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A8B; }
p { color: rgb(166,26,139); }
H1.HeaderClassName
{
color: #A61A8B;
}
.AnyTagClassName
{
color: #A61A8B;
}
</style>
background-color css
<style>
a { background-color: #A61A8B; }
a { background-color: rgb(166,26,139); }
div.DivClassName
{
background-color: #A61A8B;
}
.BgClassName
{
background-color: #A61A8B;
}
</style>
border-color css
<style>
span { border-color: #A61A8B; }
span { border-color: rgb(166,26,139); }
td.TdClassName
{
border-color: #A61A8B;
}
.TagClassName
{
border-color: #A61A8B;
}
</style>