Shades of Violet Blue #A837AC
Tints of Violet Blue #A837AC
RGB
CMYK
RGB Variations
Color information
#A837AC (or 0xA837AC) is known color: Violet Blue. HEX triplet: A8, 37 and AC. RGB value is (168,55,172). Sum of RGB (Red+Green+Blue) = 168+55+172=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #A837AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A837AC is #57C853. Grayscale: #656565. Windows color (decimal): -5752916 or 11286440. OLE color: 11286440.
HSL color Cylindrical-coordinate representation of color #A837AC: hue angle of 297.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A837AC is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 55 | 172 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.33 |
| HSL | 297.95º | 0.52% | 0.45% | - |
| HSV(B) | 297.95º | 0.68% | 0.67% | - |
| XYZ | 24.96 | 14.04 | 40.42 | - |
| YUV | 102.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 172 | 0.02 | 0.68 | 0 | 0.33 | 297.95 | 0.52 | 0.45 |
| Hex | A8 | 37 | AC | 2 | 44 | 0 | 21 | 12A | 34 | 2D |
| Octal | 250 | 67 | 254 | 2 | 104 | 0 | 41 | 452 | 64 | 55 |
| Binary | 10101000 | 110111 | 10101100 | 10 | 1000100 | 0 | 100001 | 100101010 | 110100 | 101101 |
Color Harmonies of #A837AC
Complementary color
Monochromatic Colors of #A837AC
Black with #A837AC
Text Example
Text Example
White with #A837AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837AC; }
p { color: rgb(168,55,172); }
H1.HeaderClassName
{
color: #A837AC;
}
.AnyTagClassName
{
color: #A837AC;
}
</style>
background-color css
<style>
a { background-color: #A837AC; }
a { background-color: rgb(168,55,172); }
div.DivClassName
{
background-color: #A837AC;
}
.BgClassName
{
background-color: #A837AC;
}
</style>
border-color css
<style>
span { border-color: #A837AC; }
span { border-color: rgb(168,55,172); }
td.TdClassName
{
border-color: #A837AC;
}
.TagClassName
{
border-color: #A837AC;
}
</style>