Shades of Violet Blue #A865AC
Tints of Violet Blue #A865AC
RGB
CMYK
RGB Variations
Color information
#A865AC (or 0xA865AC) is known color: Violet Blue. HEX triplet: A8, 65 and AC. RGB value is (168,101,172). Sum of RGB (Red+Green+Blue) = 168+101+172=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #A865AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A865AC is #579A53. Grayscale: #808080. Windows color (decimal): -5741140 or 11298216. OLE color: 11298216.
HSL color Cylindrical-coordinate representation of color #A865AC: hue angle of 296.62º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A865AC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 101 | 172 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.33 |
| HSL | 296.62º | 0.3% | 0.54% | - |
| HSV(B) | 296.62º | 0.41% | 0.67% | - |
| XYZ | 28.25 | 20.61 | 41.52 | - |
| YUV | 129.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 172 | 0.02 | 0.41 | 0 | 0.33 | 296.62 | 0.3 | 0.54 |
| Hex | A8 | 65 | AC | 2 | 29 | 0 | 21 | 129 | 1E | 36 |
| Octal | 250 | 145 | 254 | 2 | 51 | 0 | 41 | 451 | 36 | 66 |
| Binary | 10101000 | 1100101 | 10101100 | 10 | 101001 | 0 | 100001 | 100101001 | 11110 | 110110 |
Color Harmonies of #A865AC
Complementary color
Monochromatic Colors of #A865AC
Black with #A865AC
Text Example
Text Example
White with #A865AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865AC; }
p { color: rgb(168,101,172); }
H1.HeaderClassName
{
color: #A865AC;
}
.AnyTagClassName
{
color: #A865AC;
}
</style>
background-color css
<style>
a { background-color: #A865AC; }
a { background-color: rgb(168,101,172); }
div.DivClassName
{
background-color: #A865AC;
}
.BgClassName
{
background-color: #A865AC;
}
</style>
border-color css
<style>
span { border-color: #A865AC; }
span { border-color: rgb(168,101,172); }
td.TdClassName
{
border-color: #A865AC;
}
.TagClassName
{
border-color: #A865AC;
}
</style>