Shades of Violet Blue #A6619D
Tints of Violet Blue #A6619D
RGB
CMYK
RGB Variations
Color information
#A6619D (or 0xA6619D) is known color: Violet Blue. HEX triplet: A6, 61 and 9D. RGB value is (166,97,157). Sum of RGB (Red+Green+Blue) = 166+97+157=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6619D is #599E62. Grayscale: #7C7C7C. Windows color (decimal): -5873251 or 10314150. OLE color: 10314150.
HSL color Cylindrical-coordinate representation of color #A6619D: hue angle of 307.83º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6619D is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 157 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.35 |
| HSL | 307.83º | 0.28% | 0.52% | - |
| HSV(B) | 307.83º | 0.42% | 0.65% | - |
| XYZ | 26.09 | 19.09 | 34.21 | - |
| YUV | 124.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 157 | 0 | 0.42 | 0.05 | 0.35 | 307.83 | 0.28 | 0.52 |
| Hex | A6 | 61 | 9D | 0 | 2A | 5 | 23 | 134 | 1C | 34 |
| Octal | 246 | 141 | 235 | 0 | 52 | 5 | 43 | 464 | 34 | 64 |
| Binary | 10100110 | 1100001 | 10011101 | 0 | 101010 | 101 | 100011 | 100110100 | 11100 | 110100 |
Color Harmonies of #A6619D
Complementary color
Monochromatic Colors of #A6619D
Black with #A6619D
Text Example
Text Example
White with #A6619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6619D; }
p { color: rgb(166,97,157); }
H1.HeaderClassName
{
color: #A6619D;
}
.AnyTagClassName
{
color: #A6619D;
}
</style>
background-color css
<style>
a { background-color: #A6619D; }
a { background-color: rgb(166,97,157); }
div.DivClassName
{
background-color: #A6619D;
}
.BgClassName
{
background-color: #A6619D;
}
</style>
border-color css
<style>
span { border-color: #A6619D; }
span { border-color: rgb(166,97,157); }
td.TdClassName
{
border-color: #A6619D;
}
.TagClassName
{
border-color: #A6619D;
}
</style>