Shades of Violet Blue #A867AC
Tints of Violet Blue #A867AC
RGB
CMYK
RGB Variations
Color information
#A867AC (or 0xA867AC) is known color: Violet Blue. HEX triplet: A8, 67 and AC. RGB value is (168,103,172). Sum of RGB (Red+Green+Blue) = 168+103+172=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #A867AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A867AC is #579853. Grayscale: #828282. Windows color (decimal): -5740628 or 11298728. OLE color: 11298728.
HSL color Cylindrical-coordinate representation of color #A867AC: hue angle of 296.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A867AC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 103 | 172 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.33 |
| HSL | 296.52º | 0.29% | 0.54% | - |
| HSV(B) | 296.52º | 0.4% | 0.67% | - |
| XYZ | 28.45 | 21 | 41.58 | - |
| YUV | 130.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 172 | 0.02 | 0.40 | 0 | 0.33 | 296.52 | 0.29 | 0.54 |
| Hex | A8 | 67 | AC | 2 | 28 | 0 | 21 | 129 | 1D | 36 |
| Octal | 250 | 147 | 254 | 2 | 50 | 0 | 41 | 451 | 35 | 66 |
| Binary | 10101000 | 1100111 | 10101100 | 10 | 101000 | 0 | 100001 | 100101001 | 11101 | 110110 |
Color Harmonies of #A867AC
Complementary color
Monochromatic Colors of #A867AC
Black with #A867AC
Text Example
Text Example
White with #A867AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867AC; }
p { color: rgb(168,103,172); }
H1.HeaderClassName
{
color: #A867AC;
}
.AnyTagClassName
{
color: #A867AC;
}
</style>
background-color css
<style>
a { background-color: #A867AC; }
a { background-color: rgb(168,103,172); }
div.DivClassName
{
background-color: #A867AC;
}
.BgClassName
{
background-color: #A867AC;
}
</style>
border-color css
<style>
span { border-color: #A867AC; }
span { border-color: rgb(168,103,172); }
td.TdClassName
{
border-color: #A867AC;
}
.TagClassName
{
border-color: #A867AC;
}
</style>