Shades of Violet Blue #A66CA3
Tints of Violet Blue #A66CA3
RGB
CMYK
RGB Variations
Color information
#A66CA3 (or 0xA66CA3) is known color: Violet Blue. HEX triplet: A6, 6C and A3. RGB value is (166,108,163). Sum of RGB (Red+Green+Blue) = 166+108+163=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A66CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66CA3 is #59935C. Grayscale: #838383. Windows color (decimal): -5870429 or 10710182. OLE color: 10710182.
HSL color Cylindrical-coordinate representation of color #A66CA3: hue angle of 303.1º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A66CA3 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 108 | 163 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.35 |
| HSL | 303.1º | 0.25% | 0.54% | - |
| HSV(B) | 303.1º | 0.35% | 0.65% | - |
| XYZ | 27.7 | 21.48 | 37.34 | - |
| YUV | 131.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 163 | 0 | 0.35 | 0.02 | 0.35 | 303.1 | 0.25 | 0.54 |
| Hex | A6 | 6C | A3 | 0 | 23 | 2 | 23 | 12F | 19 | 36 |
| Octal | 246 | 154 | 243 | 0 | 43 | 2 | 43 | 457 | 31 | 66 |
| Binary | 10100110 | 1101100 | 10100011 | 0 | 100011 | 10 | 100011 | 100101111 | 11001 | 110110 |
Color Harmonies of #A66CA3
Complementary color
Monochromatic Colors of #A66CA3
Black with #A66CA3
Text Example
Text Example
White with #A66CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CA3; }
p { color: rgb(166,108,163); }
H1.HeaderClassName
{
color: #A66CA3;
}
.AnyTagClassName
{
color: #A66CA3;
}
</style>
background-color css
<style>
a { background-color: #A66CA3; }
a { background-color: rgb(166,108,163); }
div.DivClassName
{
background-color: #A66CA3;
}
.BgClassName
{
background-color: #A66CA3;
}
</style>
border-color css
<style>
span { border-color: #A66CA3; }
span { border-color: rgb(166,108,163); }
td.TdClassName
{
border-color: #A66CA3;
}
.TagClassName
{
border-color: #A66CA3;
}
</style>