Shades of Violet Blue #A861AF
Tints of Violet Blue #A861AF
RGB
CMYK
RGB Variations
Color information
#A861AF (or 0xA861AF) is known color: Violet Blue. HEX triplet: A8, 61 and AF. RGB value is (168,97,175). Sum of RGB (Red+Green+Blue) = 168+97+175=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #A861AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A861AF is #579E50. Grayscale: #7E7E7E. Windows color (decimal): -5742161 or 11493800. OLE color: 11493800.
HSL color Cylindrical-coordinate representation of color #A861AF: hue angle of 294.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A861AF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 97 | 175 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.31 |
| HSL | 294.62º | 0.33% | 0.53% | - |
| HSV(B) | 294.62º | 0.45% | 0.69% | - |
| XYZ | 28.16 | 19.97 | 42.93 | - |
| YUV | 127.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 175 | 0.04 | 0.45 | 0 | 0.31 | 294.62 | 0.33 | 0.53 |
| Hex | A8 | 61 | AF | 4 | 2D | 0 | 1F | 127 | 21 | 35 |
| Octal | 250 | 141 | 257 | 4 | 55 | 0 | 37 | 447 | 41 | 65 |
| Binary | 10101000 | 1100001 | 10101111 | 100 | 101101 | 0 | 11111 | 100100111 | 100001 | 110101 |
Color Harmonies of #A861AF
Complementary color
Monochromatic Colors of #A861AF
Black with #A861AF
Text Example
Text Example
White with #A861AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861AF; }
p { color: rgb(168,97,175); }
H1.HeaderClassName
{
color: #A861AF;
}
.AnyTagClassName
{
color: #A861AF;
}
</style>
background-color css
<style>
a { background-color: #A861AF; }
a { background-color: rgb(168,97,175); }
div.DivClassName
{
background-color: #A861AF;
}
.BgClassName
{
background-color: #A861AF;
}
</style>
border-color css
<style>
span { border-color: #A861AF; }
span { border-color: rgb(168,97,175); }
td.TdClassName
{
border-color: #A861AF;
}
.TagClassName
{
border-color: #A861AF;
}
</style>