Shades of Violet Blue #A667A2
Tints of Violet Blue #A667A2
RGB
CMYK
RGB Variations
Color information
#A667A2 (or 0xA667A2) is known color: Violet Blue. HEX triplet: A6, 67 and A2. RGB value is (166,103,162). Sum of RGB (Red+Green+Blue) = 166+103+162=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A667A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A667A2 is #59985D. Grayscale: #808080. Windows color (decimal): -5871710 or 10643366. OLE color: 10643366.
HSL color Cylindrical-coordinate representation of color #A667A2: hue angle of 303.81º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A667A2 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 162 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.35 |
| HSL | 303.81º | 0.26% | 0.53% | - |
| HSV(B) | 303.81º | 0.38% | 0.65% | - |
| XYZ | 27.1 | 20.42 | 36.69 | - |
| YUV | 128.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 162 | 0 | 0.38 | 0.02 | 0.35 | 303.81 | 0.26 | 0.53 |
| Hex | A6 | 67 | A2 | 0 | 26 | 2 | 23 | 130 | 1A | 35 |
| Octal | 246 | 147 | 242 | 0 | 46 | 2 | 43 | 460 | 32 | 65 |
| Binary | 10100110 | 1100111 | 10100010 | 0 | 100110 | 10 | 100011 | 100110000 | 11010 | 110101 |
Color Harmonies of #A667A2
Complementary color
Monochromatic Colors of #A667A2
Black with #A667A2
Text Example
Text Example
White with #A667A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667A2; }
p { color: rgb(166,103,162); }
H1.HeaderClassName
{
color: #A667A2;
}
.AnyTagClassName
{
color: #A667A2;
}
</style>
background-color css
<style>
a { background-color: #A667A2; }
a { background-color: rgb(166,103,162); }
div.DivClassName
{
background-color: #A667A2;
}
.BgClassName
{
background-color: #A667A2;
}
</style>
border-color css
<style>
span { border-color: #A667A2; }
span { border-color: rgb(166,103,162); }
td.TdClassName
{
border-color: #A667A2;
}
.TagClassName
{
border-color: #A667A2;
}
</style>