Shades of Violet Blue #A67AA4
Tints of Violet Blue #A67AA4
RGB
CMYK
RGB Variations
Color information
#A67AA4 (or 0xA67AA4) is known color: Violet Blue. HEX triplet: A6, 7A and A4. RGB value is (166,122,164). Sum of RGB (Red+Green+Blue) = 166+122+164=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A67AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67AA4 is #59855B. Grayscale: #8B8B8B. Windows color (decimal): -5866844 or 10779302. OLE color: 10779302.
HSL color Cylindrical-coordinate representation of color #A67AA4: hue angle of 302.73º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67AA4 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 164 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.35 |
| HSL | 302.73º | 0.2% | 0.56% | - |
| HSV(B) | 302.73º | 0.27% | 0.65% | - |
| XYZ | 29.39 | 24.71 | 38.34 | - |
| YUV | 139.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 164 | 0 | 0.27 | 0.01 | 0.35 | 302.73 | 0.2 | 0.56 |
| Hex | A6 | 7A | A4 | 0 | 1B | 1 | 23 | 12F | 14 | 38 |
| Octal | 246 | 172 | 244 | 0 | 33 | 1 | 43 | 457 | 24 | 70 |
| Binary | 10100110 | 1111010 | 10100100 | 0 | 11011 | 1 | 100011 | 100101111 | 10100 | 111000 |
Color Harmonies of #A67AA4
Complementary color
Monochromatic Colors of #A67AA4
Black with #A67AA4
Text Example
Text Example
White with #A67AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AA4; }
p { color: rgb(166,122,164); }
H1.HeaderClassName
{
color: #A67AA4;
}
.AnyTagClassName
{
color: #A67AA4;
}
</style>
background-color css
<style>
a { background-color: #A67AA4; }
a { background-color: rgb(166,122,164); }
div.DivClassName
{
background-color: #A67AA4;
}
.BgClassName
{
background-color: #A67AA4;
}
</style>
border-color css
<style>
span { border-color: #A67AA4; }
span { border-color: rgb(166,122,164); }
td.TdClassName
{
border-color: #A67AA4;
}
.TagClassName
{
border-color: #A67AA4;
}
</style>