Shades of Dark Violet #A601D5
Tints of Dark Violet #A601D5
RGB
CMYK
RGB Variations
Color information
#A601D5 (or 0xA601D5) is known color: Dark Violet. HEX triplet: A6, 01 and D5. RGB value is (166,1,213). Sum of RGB (Red+Green+Blue) = 166+1+213=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #A601D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601D5 is #59FE2A. Grayscale: #494949. Windows color (decimal): -5897771 or 13959590. OLE color: 13959590.
HSL color Cylindrical-coordinate representation of color #A601D5: hue angle of 286.7º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A601D5 is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 1 | 213 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.16 |
| HSL | 286.7º | 0.99% | 0.42% | - |
| HSV(B) | 286.7º | 1% | 0.84% | - |
| XYZ | 27.75 | 12.93 | 63.98 | - |
| YUV | 74.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 213 | 0.22 | 1.00 | 0 | 0.16 | 286.7 | 0.99 | 0.42 |
| Hex | A6 | 1 | D5 | 16 | 64 | 0 | 10 | 11F | 63 | 2A |
| Octal | 246 | 1 | 325 | 26 | 144 | 0 | 20 | 437 | 143 | 52 |
| Binary | 10100110 | 1 | 11010101 | 10110 | 1100100 | 0 | 10000 | 100011111 | 1100011 | 101010 |
Color Harmonies of #A601D5
Complementary color
Monochromatic Colors of #A601D5
Black with #A601D5
Text Example
Text Example
White with #A601D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601D5; }
p { color: rgb(166,1,213); }
H1.HeaderClassName
{
color: #A601D5;
}
.AnyTagClassName
{
color: #A601D5;
}
</style>
background-color css
<style>
a { background-color: #A601D5; }
a { background-color: rgb(166,1,213); }
div.DivClassName
{
background-color: #A601D5;
}
.BgClassName
{
background-color: #A601D5;
}
</style>
border-color css
<style>
span { border-color: #A601D5; }
span { border-color: rgb(166,1,213); }
td.TdClassName
{
border-color: #A601D5;
}
.TagClassName
{
border-color: #A601D5;
}
</style>