Shades of Violet Blue #A669A3
Tints of Violet Blue #A669A3
RGB
CMYK
RGB Variations
Color information
#A669A3 (or 0xA669A3) is known color: Violet Blue. HEX triplet: A6, 69 and A3. RGB value is (166,105,163). Sum of RGB (Red+Green+Blue) = 166+105+163=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A669A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A669A3 is #59965C. Grayscale: #818181. Windows color (decimal): -5871197 or 10709414. OLE color: 10709414.
HSL color Cylindrical-coordinate representation of color #A669A3: hue angle of 302.95º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A669A3 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 163 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.35 |
| HSL | 302.95º | 0.26% | 0.53% | - |
| HSV(B) | 302.95º | 0.37% | 0.65% | - |
| XYZ | 27.39 | 20.85 | 37.23 | - |
| YUV | 129.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 163 | 0 | 0.37 | 0.02 | 0.35 | 302.95 | 0.26 | 0.53 |
| Hex | A6 | 69 | A3 | 0 | 25 | 2 | 23 | 12F | 1A | 35 |
| Octal | 246 | 151 | 243 | 0 | 45 | 2 | 43 | 457 | 32 | 65 |
| Binary | 10100110 | 1101001 | 10100011 | 0 | 100101 | 10 | 100011 | 100101111 | 11010 | 110101 |
Color Harmonies of #A669A3
Complementary color
Monochromatic Colors of #A669A3
Black with #A669A3
Text Example
Text Example
White with #A669A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669A3; }
p { color: rgb(166,105,163); }
H1.HeaderClassName
{
color: #A669A3;
}
.AnyTagClassName
{
color: #A669A3;
}
</style>
background-color css
<style>
a { background-color: #A669A3; }
a { background-color: rgb(166,105,163); }
div.DivClassName
{
background-color: #A669A3;
}
.BgClassName
{
background-color: #A669A3;
}
</style>
border-color css
<style>
span { border-color: #A669A3; }
span { border-color: rgb(166,105,163); }
td.TdClassName
{
border-color: #A669A3;
}
.TagClassName
{
border-color: #A669A3;
}
</style>