Shades of Violet Blue #A466AF
Tints of Violet Blue #A466AF
RGB
CMYK
RGB Variations
Color information
#A466AF (or 0xA466AF) is known color: Violet Blue. HEX triplet: A4, 66 and AF. RGB value is (164,102,175). Sum of RGB (Red+Green+Blue) = 164+102+175=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #A466AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A466AF is #5B9950. Grayscale: #808080. Windows color (decimal): -6003025 or 11495076. OLE color: 11495076.
HSL color Cylindrical-coordinate representation of color #A466AF: hue angle of 290.96º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A466AF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 102 | 175 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.31 |
| HSL | 290.96º | 0.31% | 0.54% | - |
| HSV(B) | 290.96º | 0.42% | 0.69% | - |
| XYZ | 27.8 | 20.49 | 43.05 | - |
| YUV | 128.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 175 | 0.06 | 0.42 | 0 | 0.31 | 290.96 | 0.31 | 0.54 |
| Hex | A4 | 66 | AF | 6 | 2A | 0 | 1F | 123 | 1F | 36 |
| Octal | 244 | 146 | 257 | 6 | 52 | 0 | 37 | 443 | 37 | 66 |
| Binary | 10100100 | 1100110 | 10101111 | 110 | 101010 | 0 | 11111 | 100100011 | 11111 | 110110 |
Color Harmonies of #A466AF
Complementary color
Monochromatic Colors of #A466AF
Black with #A466AF
Text Example
Text Example
White with #A466AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466AF; }
p { color: rgb(164,102,175); }
H1.HeaderClassName
{
color: #A466AF;
}
.AnyTagClassName
{
color: #A466AF;
}
</style>
background-color css
<style>
a { background-color: #A466AF; }
a { background-color: rgb(164,102,175); }
div.DivClassName
{
background-color: #A466AF;
}
.BgClassName
{
background-color: #A466AF;
}
</style>
border-color css
<style>
span { border-color: #A466AF; }
span { border-color: rgb(164,102,175); }
td.TdClassName
{
border-color: #A466AF;
}
.TagClassName
{
border-color: #A466AF;
}
</style>