Shades of Violet Blue #A66FA4
Tints of Violet Blue #A66FA4
RGB
CMYK
RGB Variations
Color information
#A66FA4 (or 0xA66FA4) is known color: Violet Blue. HEX triplet: A6, 6F and A4. RGB value is (166,111,164). Sum of RGB (Red+Green+Blue) = 166+111+164=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A66FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FA4 is #59905B. Grayscale: #858585. Windows color (decimal): -5869660 or 10776486. OLE color: 10776486.
HSL color Cylindrical-coordinate representation of color #A66FA4: hue angle of 302.18º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66FA4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 164 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.35 |
| HSL | 302.18º | 0.24% | 0.54% | - |
| HSV(B) | 302.18º | 0.33% | 0.65% | - |
| XYZ | 28.11 | 22.16 | 37.92 | - |
| YUV | 133.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 164 | 0 | 0.33 | 0.01 | 0.35 | 302.18 | 0.24 | 0.54 |
| Hex | A6 | 6F | A4 | 0 | 21 | 1 | 23 | 12E | 18 | 36 |
| Octal | 246 | 157 | 244 | 0 | 41 | 1 | 43 | 456 | 30 | 66 |
| Binary | 10100110 | 1101111 | 10100100 | 0 | 100001 | 1 | 100011 | 100101110 | 11000 | 110110 |
Color Harmonies of #A66FA4
Complementary color
Monochromatic Colors of #A66FA4
Black with #A66FA4
Text Example
Text Example
White with #A66FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66FA4; }
p { color: rgb(166,111,164); }
H1.HeaderClassName
{
color: #A66FA4;
}
.AnyTagClassName
{
color: #A66FA4;
}
</style>
background-color css
<style>
a { background-color: #A66FA4; }
a { background-color: rgb(166,111,164); }
div.DivClassName
{
background-color: #A66FA4;
}
.BgClassName
{
background-color: #A66FA4;
}
</style>
border-color css
<style>
span { border-color: #A66FA4; }
span { border-color: rgb(166,111,164); }
td.TdClassName
{
border-color: #A66FA4;
}
.TagClassName
{
border-color: #A66FA4;
}
</style>