Shades of Violet Blue #A660B2
Tints of Violet Blue #A660B2
RGB
CMYK
RGB Variations
Color information
#A660B2 (or 0xA660B2) is known color: Violet Blue. HEX triplet: A6, 60 and B2. RGB value is (166,96,178). Sum of RGB (Red+Green+Blue) = 166+96+178=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #A660B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A660B2 is #599F4D. Grayscale: #7E7E7E. Windows color (decimal): -5873486 or 11690150. OLE color: 11690150.
HSL color Cylindrical-coordinate representation of color #A660B2: hue angle of 291.22º degrees, saturation: 0.35, 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 #A660B2 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 96 | 178 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.30 |
| HSL | 291.22º | 0.35% | 0.54% | - |
| HSV(B) | 291.22º | 0.46% | 0.7% | - |
| XYZ | 27.94 | 19.69 | 44.45 | - |
| YUV | 126.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 178 | 0.07 | 0.46 | 0 | 0.30 | 291.22 | 0.35 | 0.54 |
| Hex | A6 | 60 | B2 | 7 | 2E | 0 | 1E | 123 | 23 | 36 |
| Octal | 246 | 140 | 262 | 7 | 56 | 0 | 36 | 443 | 43 | 66 |
| Binary | 10100110 | 1100000 | 10110010 | 111 | 101110 | 0 | 11110 | 100100011 | 100011 | 110110 |
Color Harmonies of #A660B2
Complementary color
Monochromatic Colors of #A660B2
Black with #A660B2
Text Example
Text Example
White with #A660B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A660B2; }
p { color: rgb(166,96,178); }
H1.HeaderClassName
{
color: #A660B2;
}
.AnyTagClassName
{
color: #A660B2;
}
</style>
background-color css
<style>
a { background-color: #A660B2; }
a { background-color: rgb(166,96,178); }
div.DivClassName
{
background-color: #A660B2;
}
.BgClassName
{
background-color: #A660B2;
}
</style>
border-color css
<style>
span { border-color: #A660B2; }
span { border-color: rgb(166,96,178); }
td.TdClassName
{
border-color: #A660B2;
}
.TagClassName
{
border-color: #A660B2;
}
</style>