Shades of Violet Blue #A661B2
Tints of Violet Blue #A661B2
RGB
CMYK
RGB Variations
Color information
#A661B2 (or 0xA661B2) is known color: Violet Blue. HEX triplet: A6, 61 and B2. RGB value is (166,97,178). Sum of RGB (Red+Green+Blue) = 166+97+178=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 178 - color contains mainly: blue. Hex color #A661B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A661B2 is #599E4D. Grayscale: #7E7E7E. Windows color (decimal): -5873230 or 11690406. OLE color: 11690406.
HSL color Cylindrical-coordinate representation of color #A661B2: hue angle of 291.11º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A661B2 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 97 | 178 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.30 |
| HSL | 291.11º | 0.34% | 0.54% | - |
| HSV(B) | 291.11º | 0.46% | 0.7% | - |
| XYZ | 28.04 | 19.87 | 44.48 | - |
| YUV | 126.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 178 | 0.07 | 0.46 | 0 | 0.30 | 291.11 | 0.34 | 0.54 |
| Hex | A6 | 61 | B2 | 7 | 2E | 0 | 1E | 123 | 22 | 36 |
| Octal | 246 | 141 | 262 | 7 | 56 | 0 | 36 | 443 | 42 | 66 |
| Binary | 10100110 | 1100001 | 10110010 | 111 | 101110 | 0 | 11110 | 100100011 | 100010 | 110110 |
Color Harmonies of #A661B2
Complementary color
Monochromatic Colors of #A661B2
Black with #A661B2
Text Example
Text Example
White with #A661B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661B2; }
p { color: rgb(166,97,178); }
H1.HeaderClassName
{
color: #A661B2;
}
.AnyTagClassName
{
color: #A661B2;
}
</style>
background-color css
<style>
a { background-color: #A661B2; }
a { background-color: rgb(166,97,178); }
div.DivClassName
{
background-color: #A661B2;
}
.BgClassName
{
background-color: #A661B2;
}
</style>
border-color css
<style>
span { border-color: #A661B2; }
span { border-color: rgb(166,97,178); }
td.TdClassName
{
border-color: #A661B2;
}
.TagClassName
{
border-color: #A661B2;
}
</style>