Shades of Dark Purple #A61A7D
Tints of Dark Purple #A61A7D
RGB
CMYK
RGB Variations
Color information
#A61A7D (or 0xA61A7D) is known color: Dark Purple. HEX triplet: A6, 1A and 7D. RGB value is (166,26,125). Sum of RGB (Red+Green+Blue) = 166+26+125=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61A7D is #59E582. Grayscale: #4E4E4E. Windows color (decimal): -5891459 or 8198822. OLE color: 8198822.
HSL color Cylindrical-coordinate representation of color #A61A7D: hue angle of 317.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 #A61A7D is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 125 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.35 |
| HSL | 317.57º | 0.73% | 0.38% | - |
| HSV(B) | 317.57º | 0.84% | 0.65% | - |
| XYZ | 19.8 | 10.33 | 20.35 | - |
| YUV | 79.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 125 | 0 | 0.84 | 0.25 | 0.35 | 317.57 | 0.73 | 0.38 |
| Hex | A6 | 1A | 7D | 0 | 54 | 19 | 23 | 13E | 49 | 26 |
| Octal | 246 | 32 | 175 | 0 | 124 | 31 | 43 | 476 | 111 | 46 |
| Binary | 10100110 | 11010 | 1111101 | 0 | 1010100 | 11001 | 100011 | 100111110 | 1001001 | 100110 |
Color Harmonies of #A61A7D
Complementary color
Monochromatic Colors of #A61A7D
Black with #A61A7D
Text Example
Text Example
White with #A61A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A7D; }
p { color: rgb(166,26,125); }
H1.HeaderClassName
{
color: #A61A7D;
}
.AnyTagClassName
{
color: #A61A7D;
}
</style>
background-color css
<style>
a { background-color: #A61A7D; }
a { background-color: rgb(166,26,125); }
div.DivClassName
{
background-color: #A61A7D;
}
.BgClassName
{
background-color: #A61A7D;
}
</style>
border-color css
<style>
span { border-color: #A61A7D; }
span { border-color: rgb(166,26,125); }
td.TdClassName
{
border-color: #A61A7D;
}
.TagClassName
{
border-color: #A61A7D;
}
</style>