Shades of Violet Blue #A667AF
Tints of Violet Blue #A667AF
RGB
CMYK
RGB Variations
Color information
#A667AF (or 0xA667AF) is known color: Violet Blue. HEX triplet: A6, 67 and AF. RGB value is (166,103,175). Sum of RGB (Red+Green+Blue) = 166+103+175=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #A667AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A667AF is #599850. Grayscale: #818181. Windows color (decimal): -5871697 or 11495334. OLE color: 11495334.
HSL color Cylindrical-coordinate representation of color #A667AF: hue angle of 292.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A667AF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 103 | 175 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.31 |
| HSL | 292.5º | 0.31% | 0.55% | - |
| HSV(B) | 292.5º | 0.41% | 0.69% | - |
| XYZ | 28.31 | 20.9 | 43.1 | - |
| YUV | 130.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 175 | 0.05 | 0.41 | 0 | 0.31 | 292.5 | 0.31 | 0.55 |
| Hex | A6 | 67 | AF | 5 | 29 | 0 | 1F | 124 | 1F | 37 |
| Octal | 246 | 147 | 257 | 5 | 51 | 0 | 37 | 444 | 37 | 67 |
| Binary | 10100110 | 1100111 | 10101111 | 101 | 101001 | 0 | 11111 | 100100100 | 11111 | 110111 |
Color Harmonies of #A667AF
Complementary color
Monochromatic Colors of #A667AF
Black with #A667AF
Text Example
Text Example
White with #A667AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667AF; }
p { color: rgb(166,103,175); }
H1.HeaderClassName
{
color: #A667AF;
}
.AnyTagClassName
{
color: #A667AF;
}
</style>
background-color css
<style>
a { background-color: #A667AF; }
a { background-color: rgb(166,103,175); }
div.DivClassName
{
background-color: #A667AF;
}
.BgClassName
{
background-color: #A667AF;
}
</style>
border-color css
<style>
span { border-color: #A667AF; }
span { border-color: rgb(166,103,175); }
td.TdClassName
{
border-color: #A667AF;
}
.TagClassName
{
border-color: #A667AF;
}
</style>