Shades of Violet Blue #A66BAD
Tints of Violet Blue #A66BAD
RGB
CMYK
RGB Variations
Color information
#A66BAD (or 0xA66BAD) is known color: Violet Blue. HEX triplet: A6, 6B and AD. RGB value is (166,107,173). Sum of RGB (Red+Green+Blue) = 166+107+173=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #A66BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66BAD is #599452. Grayscale: #838383. Windows color (decimal): -5870675 or 11365286. OLE color: 11365286.
HSL color Cylindrical-coordinate representation of color #A66BAD: hue angle of 293.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66BAD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 107 | 173 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.32 |
| HSL | 293.64º | 0.29% | 0.55% | - |
| HSV(B) | 293.64º | 0.38% | 0.68% | - |
| XYZ | 28.53 | 21.64 | 42.21 | - |
| YUV | 132.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 173 | 0.04 | 0.38 | 0 | 0.32 | 293.64 | 0.29 | 0.55 |
| Hex | A6 | 6B | AD | 4 | 26 | 0 | 20 | 126 | 1D | 37 |
| Octal | 246 | 153 | 255 | 4 | 46 | 0 | 40 | 446 | 35 | 67 |
| Binary | 10100110 | 1101011 | 10101101 | 100 | 100110 | 0 | 100000 | 100100110 | 11101 | 110111 |
Color Harmonies of #A66BAD
Complementary color
Monochromatic Colors of #A66BAD
Black with #A66BAD
Text Example
Text Example
White with #A66BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BAD; }
p { color: rgb(166,107,173); }
H1.HeaderClassName
{
color: #A66BAD;
}
.AnyTagClassName
{
color: #A66BAD;
}
</style>
background-color css
<style>
a { background-color: #A66BAD; }
a { background-color: rgb(166,107,173); }
div.DivClassName
{
background-color: #A66BAD;
}
.BgClassName
{
background-color: #A66BAD;
}
</style>
border-color css
<style>
span { border-color: #A66BAD; }
span { border-color: rgb(166,107,173); }
td.TdClassName
{
border-color: #A66BAD;
}
.TagClassName
{
border-color: #A66BAD;
}
</style>