Shades of Violet Blue #A669B0
Tints of Violet Blue #A669B0
RGB
CMYK
RGB Variations
Color information
#A669B0 (or 0xA669B0) is known color: Violet Blue. HEX triplet: A6, 69 and B0. RGB value is (166,105,176). Sum of RGB (Red+Green+Blue) = 166+105+176=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #A669B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A669B0 is #59964F. Grayscale: #838383. Windows color (decimal): -5871184 or 11561382. OLE color: 11561382.
HSL color Cylindrical-coordinate representation of color #A669B0: hue angle of 291.55º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A669B0 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 105 | 176 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.31 |
| HSL | 291.55º | 0.31% | 0.55% | - |
| HSV(B) | 291.55º | 0.4% | 0.69% | - |
| XYZ | 28.61 | 21.34 | 43.69 | - |
| YUV | 131.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 176 | 0.06 | 0.40 | 0 | 0.31 | 291.55 | 0.31 | 0.55 |
| Hex | A6 | 69 | B0 | 6 | 28 | 0 | 1F | 124 | 1F | 37 |
| Octal | 246 | 151 | 260 | 6 | 50 | 0 | 37 | 444 | 37 | 67 |
| Binary | 10100110 | 1101001 | 10110000 | 110 | 101000 | 0 | 11111 | 100100100 | 11111 | 110111 |
Color Harmonies of #A669B0
Complementary color
Monochromatic Colors of #A669B0
Black with #A669B0
Text Example
Text Example
White with #A669B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669B0; }
p { color: rgb(166,105,176); }
H1.HeaderClassName
{
color: #A669B0;
}
.AnyTagClassName
{
color: #A669B0;
}
</style>
background-color css
<style>
a { background-color: #A669B0; }
a { background-color: rgb(166,105,176); }
div.DivClassName
{
background-color: #A669B0;
}
.BgClassName
{
background-color: #A669B0;
}
</style>
border-color css
<style>
span { border-color: #A669B0; }
span { border-color: rgb(166,105,176); }
td.TdClassName
{
border-color: #A669B0;
}
.TagClassName
{
border-color: #A669B0;
}
</style>