Shades of Violet Blue #A7669A
Tints of Violet Blue #A7669A
RGB
CMYK
RGB Variations
Color information
#A7669A (or 0xA7669A) is known color: Violet Blue. HEX triplet: A7, 66 and 9A. RGB value is (167,102,154). Sum of RGB (Red+Green+Blue) = 167+102+154=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7669A is #589965. Grayscale: #7F7F7F. Windows color (decimal): -5806438 or 10118823. OLE color: 10118823.
HSL color Cylindrical-coordinate representation of color #A7669A: hue angle of 312º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7669A is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 102 | 154 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.35 |
| HSL | 312º | 0.27% | 0.53% | - |
| HSV(B) | 312º | 0.39% | 0.65% | - |
| XYZ | 26.52 | 20.05 | 33.04 | - |
| YUV | 127.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 154 | 0 | 0.39 | 0.08 | 0.35 | 312 | 0.27 | 0.53 |
| Hex | A7 | 66 | 9A | 0 | 27 | 8 | 23 | 138 | 1B | 35 |
| Octal | 247 | 146 | 232 | 0 | 47 | 10 | 43 | 470 | 33 | 65 |
| Binary | 10100111 | 1100110 | 10011010 | 0 | 100111 | 1000 | 100011 | 100111000 | 11011 | 110101 |
Color Harmonies of #A7669A
Complementary color
Monochromatic Colors of #A7669A
Black with #A7669A
Text Example
Text Example
White with #A7669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7669A; }
p { color: rgb(167,102,154); }
H1.HeaderClassName
{
color: #A7669A;
}
.AnyTagClassName
{
color: #A7669A;
}
</style>
background-color css
<style>
a { background-color: #A7669A; }
a { background-color: rgb(167,102,154); }
div.DivClassName
{
background-color: #A7669A;
}
.BgClassName
{
background-color: #A7669A;
}
</style>
border-color css
<style>
span { border-color: #A7669A; }
span { border-color: rgb(167,102,154); }
td.TdClassName
{
border-color: #A7669A;
}
.TagClassName
{
border-color: #A7669A;
}
</style>