Shades of Violet Blue #A450AC
Tints of Violet Blue #A450AC
RGB
CMYK
RGB Variations
Color information
#A450AC (or 0xA450AC) is known color: Violet Blue. HEX triplet: A4, 50 and AC. RGB value is (164,80,172). Sum of RGB (Red+Green+Blue) = 164+80+172=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #A450AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A450AC is #5BAF53. Grayscale: #737373. Windows color (decimal): -6008660 or 11292836. OLE color: 11292836.
HSL color Cylindrical-coordinate representation of color #A450AC: hue angle of 294.78º 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 #A450AC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 80 | 172 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.33 |
| HSL | 294.78º | 0.37% | 0.49% | - |
| HSV(B) | 294.78º | 0.53% | 0.67% | - |
| XYZ | 25.62 | 16.61 | 40.88 | - |
| YUV | 115.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 172 | 0.05 | 0.53 | 0 | 0.33 | 294.78 | 0.37 | 0.49 |
| Hex | A4 | 50 | AC | 5 | 35 | 0 | 21 | 127 | 25 | 31 |
| Octal | 244 | 120 | 254 | 5 | 65 | 0 | 41 | 447 | 45 | 61 |
| Binary | 10100100 | 1010000 | 10101100 | 101 | 110101 | 0 | 100001 | 100100111 | 100101 | 110001 |
Color Harmonies of #A450AC
Complementary color
Monochromatic Colors of #A450AC
Black with #A450AC
Text Example
Text Example
White with #A450AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450AC; }
p { color: rgb(164,80,172); }
H1.HeaderClassName
{
color: #A450AC;
}
.AnyTagClassName
{
color: #A450AC;
}
</style>
background-color css
<style>
a { background-color: #A450AC; }
a { background-color: rgb(164,80,172); }
div.DivClassName
{
background-color: #A450AC;
}
.BgClassName
{
background-color: #A450AC;
}
</style>
border-color css
<style>
span { border-color: #A450AC; }
span { border-color: rgb(164,80,172); }
td.TdClassName
{
border-color: #A450AC;
}
.TagClassName
{
border-color: #A450AC;
}
</style>