Shades of Violet Blue #A248AC
Tints of Violet Blue #A248AC
RGB
CMYK
RGB Variations
Color information
#A248AC (or 0xA248AC) is known color: Violet Blue. HEX triplet: A2, 48 and AC. RGB value is (162,72,172). Sum of RGB (Red+Green+Blue) = 162+72+172=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #A248AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A248AC is #5DB753. Grayscale: #6E6E6E. Windows color (decimal): -6141780 or 11290786. OLE color: 11290786.
HSL color Cylindrical-coordinate representation of color #A248AC: hue angle of 294º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A248AC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 72 | 172 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.33 |
| HSL | 294º | 0.41% | 0.48% | - |
| HSV(B) | 294º | 0.58% | 0.67% | - |
| XYZ | 24.66 | 15.29 | 40.68 | - |
| YUV | 110.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 172 | 0.06 | 0.58 | 0 | 0.33 | 294 | 0.41 | 0.48 |
| Hex | A2 | 48 | AC | 6 | 3A | 0 | 21 | 126 | 29 | 30 |
| Octal | 242 | 110 | 254 | 6 | 72 | 0 | 41 | 446 | 51 | 60 |
| Binary | 10100010 | 1001000 | 10101100 | 110 | 111010 | 0 | 100001 | 100100110 | 101001 | 110000 |
Color Harmonies of #A248AC
Complementary color
Monochromatic Colors of #A248AC
Black with #A248AC
Text Example
Text Example
White with #A248AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A248AC; }
p { color: rgb(162,72,172); }
H1.HeaderClassName
{
color: #A248AC;
}
.AnyTagClassName
{
color: #A248AC;
}
</style>
background-color css
<style>
a { background-color: #A248AC; }
a { background-color: rgb(162,72,172); }
div.DivClassName
{
background-color: #A248AC;
}
.BgClassName
{
background-color: #A248AC;
}
</style>
border-color css
<style>
span { border-color: #A248AC; }
span { border-color: rgb(162,72,172); }
td.TdClassName
{
border-color: #A248AC;
}
.TagClassName
{
border-color: #A248AC;
}
</style>