Shades of Violet Blue #A669A8
Tints of Violet Blue #A669A8
RGB
CMYK
RGB Variations
Color information
#A669A8 (or 0xA669A8) is known color: Violet Blue. HEX triplet: A6, 69 and A8. RGB value is (166,105,168). Sum of RGB (Red+Green+Blue) = 166+105+168=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 168 - color contains mainly: blue. Hex color #A669A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A669A8 is #599657. Grayscale: #828282. Windows color (decimal): -5871192 or 11037094. OLE color: 11037094.
HSL color Cylindrical-coordinate representation of color #A669A8: hue angle of 298.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A669A8 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 105 | 168 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.34 |
| HSL | 298.1º | 0.27% | 0.54% | - |
| HSV(B) | 298.1º | 0.38% | 0.66% | - |
| XYZ | 27.85 | 21.04 | 39.64 | - |
| YUV | 130.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 168 | 0.01 | 0.38 | 0 | 0.34 | 298.1 | 0.27 | 0.54 |
| Hex | A6 | 69 | A8 | 1 | 26 | 0 | 22 | 12A | 1B | 36 |
| Octal | 246 | 151 | 250 | 1 | 46 | 0 | 42 | 452 | 33 | 66 |
| Binary | 10100110 | 1101001 | 10101000 | 1 | 100110 | 0 | 100010 | 100101010 | 11011 | 110110 |
Color Harmonies of #A669A8
Complementary color
Monochromatic Colors of #A669A8
Black with #A669A8
Text Example
Text Example
White with #A669A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669A8; }
p { color: rgb(166,105,168); }
H1.HeaderClassName
{
color: #A669A8;
}
.AnyTagClassName
{
color: #A669A8;
}
</style>
background-color css
<style>
a { background-color: #A669A8; }
a { background-color: rgb(166,105,168); }
div.DivClassName
{
background-color: #A669A8;
}
.BgClassName
{
background-color: #A669A8;
}
</style>
border-color css
<style>
span { border-color: #A669A8; }
span { border-color: rgb(166,105,168); }
td.TdClassName
{
border-color: #A669A8;
}
.TagClassName
{
border-color: #A669A8;
}
</style>