Shades of Violet Blue #A66FA0
Tints of Violet Blue #A66FA0
RGB
CMYK
RGB Variations
Color information
#A66FA0 (or 0xA66FA0) is known color: Violet Blue. HEX triplet: A6, 6F and A0. RGB value is (166,111,160). Sum of RGB (Red+Green+Blue) = 166+111+160=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A66FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FA0 is #59905F. Grayscale: #848484. Windows color (decimal): -5869664 or 10514342. OLE color: 10514342.
HSL color Cylindrical-coordinate representation of color #A66FA0: hue angle of 306.55º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66FA0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 160 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.35 |
| HSL | 306.55º | 0.24% | 0.54% | - |
| HSV(B) | 306.55º | 0.33% | 0.65% | - |
| XYZ | 27.76 | 22.01 | 36.04 | - |
| YUV | 133.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 160 | 0 | 0.33 | 0.04 | 0.35 | 306.55 | 0.24 | 0.54 |
| Hex | A6 | 6F | A0 | 0 | 21 | 4 | 23 | 133 | 18 | 36 |
| Octal | 246 | 157 | 240 | 0 | 41 | 4 | 43 | 463 | 30 | 66 |
| Binary | 10100110 | 1101111 | 10100000 | 0 | 100001 | 100 | 100011 | 100110011 | 11000 | 110110 |
Color Harmonies of #A66FA0
Complementary color
Monochromatic Colors of #A66FA0
Black with #A66FA0
Text Example
Text Example
White with #A66FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66FA0; }
p { color: rgb(166,111,160); }
H1.HeaderClassName
{
color: #A66FA0;
}
.AnyTagClassName
{
color: #A66FA0;
}
</style>
background-color css
<style>
a { background-color: #A66FA0; }
a { background-color: rgb(166,111,160); }
div.DivClassName
{
background-color: #A66FA0;
}
.BgClassName
{
background-color: #A66FA0;
}
</style>
border-color css
<style>
span { border-color: #A66FA0; }
span { border-color: rgb(166,111,160); }
td.TdClassName
{
border-color: #A66FA0;
}
.TagClassName
{
border-color: #A66FA0;
}
</style>