Shades of Violet Blue #A650AC
Tints of Violet Blue #A650AC
RGB
CMYK
RGB Variations
Color information
#A650AC (or 0xA650AC) is known color: Violet Blue. HEX triplet: A6, 50 and AC. RGB value is (166,80,172). Sum of RGB (Red+Green+Blue) = 166+80+172=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #A650AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A650AC is #59AF53. Grayscale: #737373. Windows color (decimal): -5877588 or 11292838. OLE color: 11292838.
HSL color Cylindrical-coordinate representation of color #A650AC: hue angle of 296.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A650AC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 80 | 172 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.33 |
| HSL | 296.09º | 0.37% | 0.49% | - |
| HSV(B) | 296.09º | 0.53% | 0.67% | - |
| XYZ | 26.04 | 16.82 | 40.9 | - |
| YUV | 116.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 172 | 0.03 | 0.53 | 0 | 0.33 | 296.09 | 0.37 | 0.49 |
| Hex | A6 | 50 | AC | 3 | 35 | 0 | 21 | 128 | 25 | 31 |
| Octal | 246 | 120 | 254 | 3 | 65 | 0 | 41 | 450 | 45 | 61 |
| Binary | 10100110 | 1010000 | 10101100 | 11 | 110101 | 0 | 100001 | 100101000 | 100101 | 110001 |
Color Harmonies of #A650AC
Complementary color
Monochromatic Colors of #A650AC
Black with #A650AC
Text Example
Text Example
White with #A650AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650AC; }
p { color: rgb(166,80,172); }
H1.HeaderClassName
{
color: #A650AC;
}
.AnyTagClassName
{
color: #A650AC;
}
</style>
background-color css
<style>
a { background-color: #A650AC; }
a { background-color: rgb(166,80,172); }
div.DivClassName
{
background-color: #A650AC;
}
.BgClassName
{
background-color: #A650AC;
}
</style>
border-color css
<style>
span { border-color: #A650AC; }
span { border-color: rgb(166,80,172); }
td.TdClassName
{
border-color: #A650AC;
}
.TagClassName
{
border-color: #A650AC;
}
</style>