Shades of Violet Blue #A247AC
Tints of Violet Blue #A247AC
RGB
CMYK
RGB Variations
Color information
#A247AC (or 0xA247AC) is known color: Violet Blue. HEX triplet: A2, 47 and AC. RGB value is (162,71,172). Sum of RGB (Red+Green+Blue) = 162+71+172=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #A247AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A247AC is #5DB853. Grayscale: #6D6D6D. Windows color (decimal): -6142036 or 11290530. OLE color: 11290530.
HSL color Cylindrical-coordinate representation of color #A247AC: hue angle of 294.06º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A247AC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 71 | 172 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.33 |
| HSL | 294.06º | 0.42% | 0.48% | - |
| HSV(B) | 294.06º | 0.59% | 0.67% | - |
| XYZ | 24.6 | 15.17 | 40.66 | - |
| YUV | 109.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 172 | 0.06 | 0.59 | 0 | 0.33 | 294.06 | 0.42 | 0.48 |
| Hex | A2 | 47 | AC | 6 | 3B | 0 | 21 | 126 | 2A | 30 |
| Octal | 242 | 107 | 254 | 6 | 73 | 0 | 41 | 446 | 52 | 60 |
| Binary | 10100010 | 1000111 | 10101100 | 110 | 111011 | 0 | 100001 | 100100110 | 101010 | 110000 |
Color Harmonies of #A247AC
Complementary color
Monochromatic Colors of #A247AC
Black with #A247AC
Text Example
Text Example
White with #A247AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247AC; }
p { color: rgb(162,71,172); }
H1.HeaderClassName
{
color: #A247AC;
}
.AnyTagClassName
{
color: #A247AC;
}
</style>
background-color css
<style>
a { background-color: #A247AC; }
a { background-color: rgb(162,71,172); }
div.DivClassName
{
background-color: #A247AC;
}
.BgClassName
{
background-color: #A247AC;
}
</style>
border-color css
<style>
span { border-color: #A247AC; }
span { border-color: rgb(162,71,172); }
td.TdClassName
{
border-color: #A247AC;
}
.TagClassName
{
border-color: #A247AC;
}
</style>