Shades of Violet Blue #A650AF
Tints of Violet Blue #A650AF
RGB
CMYK
RGB Variations
Color information
#A650AF (or 0xA650AF) is known color: Violet Blue. HEX triplet: A6, 50 and AF. RGB value is (166,80,175). Sum of RGB (Red+Green+Blue) = 166+80+175=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #A650AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A650AF is #59AF50. Grayscale: #747474. Windows color (decimal): -5877585 or 11489446. OLE color: 11489446.
HSL color Cylindrical-coordinate representation of color #A650AF: hue angle of 294.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A650AF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 80 | 175 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.31 |
| HSL | 294.32º | 0.37% | 0.5% | - |
| HSV(B) | 294.32º | 0.54% | 0.69% | - |
| XYZ | 26.33 | 16.94 | 42.44 | - |
| YUV | 116.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 175 | 0.05 | 0.54 | 0 | 0.31 | 294.32 | 0.37 | 0.5 |
| Hex | A6 | 50 | AF | 5 | 36 | 0 | 1F | 126 | 25 | 32 |
| Octal | 246 | 120 | 257 | 5 | 66 | 0 | 37 | 446 | 45 | 62 |
| Binary | 10100110 | 1010000 | 10101111 | 101 | 110110 | 0 | 11111 | 100100110 | 100101 | 110010 |
Color Harmonies of #A650AF
Complementary color
Monochromatic Colors of #A650AF
Black with #A650AF
Text Example
Text Example
White with #A650AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650AF; }
p { color: rgb(166,80,175); }
H1.HeaderClassName
{
color: #A650AF;
}
.AnyTagClassName
{
color: #A650AF;
}
</style>
background-color css
<style>
a { background-color: #A650AF; }
a { background-color: rgb(166,80,175); }
div.DivClassName
{
background-color: #A650AF;
}
.BgClassName
{
background-color: #A650AF;
}
</style>
border-color css
<style>
span { border-color: #A650AF; }
span { border-color: rgb(166,80,175); }
td.TdClassName
{
border-color: #A650AF;
}
.TagClassName
{
border-color: #A650AF;
}
</style>