Shades of Violet Blue #A848AC
Tints of Violet Blue #A848AC
RGB
CMYK
RGB Variations
Color information
#A848AC (or 0xA848AC) is known color: Violet Blue. HEX triplet: A8, 48 and AC. RGB value is (168,72,172). Sum of RGB (Red+Green+Blue) = 168+72+172=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #A848AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A848AC is #57B753. Grayscale: #6F6F6F. Windows color (decimal): -5748564 or 11290792. OLE color: 11290792.
HSL color Cylindrical-coordinate representation of color #A848AC: hue angle of 297.6º 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 #A848AC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 72 | 172 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.33 |
| HSL | 297.6º | 0.41% | 0.48% | - |
| HSV(B) | 297.6º | 0.58% | 0.67% | - |
| XYZ | 25.91 | 15.94 | 40.74 | - |
| YUV | 112.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 172 | 0.02 | 0.58 | 0 | 0.33 | 297.6 | 0.41 | 0.48 |
| Hex | A8 | 48 | AC | 2 | 3A | 0 | 21 | 12A | 29 | 30 |
| Octal | 250 | 110 | 254 | 2 | 72 | 0 | 41 | 452 | 51 | 60 |
| Binary | 10101000 | 1001000 | 10101100 | 10 | 111010 | 0 | 100001 | 100101010 | 101001 | 110000 |
Color Harmonies of #A848AC
Complementary color
Monochromatic Colors of #A848AC
Black with #A848AC
Text Example
Text Example
White with #A848AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848AC; }
p { color: rgb(168,72,172); }
H1.HeaderClassName
{
color: #A848AC;
}
.AnyTagClassName
{
color: #A848AC;
}
</style>
background-color css
<style>
a { background-color: #A848AC; }
a { background-color: rgb(168,72,172); }
div.DivClassName
{
background-color: #A848AC;
}
.BgClassName
{
background-color: #A848AC;
}
</style>
border-color css
<style>
span { border-color: #A848AC; }
span { border-color: rgb(168,72,172); }
td.TdClassName
{
border-color: #A848AC;
}
.TagClassName
{
border-color: #A848AC;
}
</style>