Shades of Violet Blue #A255AC
Tints of Violet Blue #A255AC
RGB
CMYK
RGB Variations
Color information
#A255AC (or 0xA255AC) is known color: Violet Blue. HEX triplet: A2, 55 and AC. RGB value is (162,85,172). Sum of RGB (Red+Green+Blue) = 162+85+172=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #A255AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A255AC is #5DAA53. Grayscale: #757575. Windows color (decimal): -6138452 or 11294114. OLE color: 11294114.
HSL color Cylindrical-coordinate representation of color #A255AC: hue angle of 293.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A255AC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 85 | 172 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.33 |
| HSL | 293.1º | 0.34% | 0.5% | - |
| HSV(B) | 293.1º | 0.51% | 0.67% | - |
| XYZ | 25.6 | 17.16 | 40.99 | - |
| YUV | 117.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 172 | 0.06 | 0.51 | 0 | 0.33 | 293.1 | 0.34 | 0.5 |
| Hex | A2 | 55 | AC | 6 | 33 | 0 | 21 | 125 | 22 | 32 |
| Octal | 242 | 125 | 254 | 6 | 63 | 0 | 41 | 445 | 42 | 62 |
| Binary | 10100010 | 1010101 | 10101100 | 110 | 110011 | 0 | 100001 | 100100101 | 100010 | 110010 |
Color Harmonies of #A255AC
Complementary color
Monochromatic Colors of #A255AC
Black with #A255AC
Text Example
Text Example
White with #A255AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255AC; }
p { color: rgb(162,85,172); }
H1.HeaderClassName
{
color: #A255AC;
}
.AnyTagClassName
{
color: #A255AC;
}
</style>
background-color css
<style>
a { background-color: #A255AC; }
a { background-color: rgb(162,85,172); }
div.DivClassName
{
background-color: #A255AC;
}
.BgClassName
{
background-color: #A255AC;
}
</style>
border-color css
<style>
span { border-color: #A255AC; }
span { border-color: rgb(162,85,172); }
td.TdClassName
{
border-color: #A255AC;
}
.TagClassName
{
border-color: #A255AC;
}
</style>