Shades of Violet Blue #A868AF
Tints of Violet Blue #A868AF
RGB
CMYK
RGB Variations
Color information
#A868AF (or 0xA868AF) is known color: Violet Blue. HEX triplet: A8, 68 and AF. RGB value is (168,104,175). Sum of RGB (Red+Green+Blue) = 168+104+175=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #A868AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A868AF is #579750. Grayscale: #838383. Windows color (decimal): -5740369 or 11495592. OLE color: 11495592.
HSL color Cylindrical-coordinate representation of color #A868AF: hue angle of 294.08º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A868AF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 104 | 175 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.31 |
| HSL | 294.08º | 0.31% | 0.55% | - |
| HSV(B) | 294.08º | 0.41% | 0.69% | - |
| XYZ | 28.84 | 21.32 | 43.15 | - |
| YUV | 131.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 175 | 0.04 | 0.41 | 0 | 0.31 | 294.08 | 0.31 | 0.55 |
| Hex | A8 | 68 | AF | 4 | 29 | 0 | 1F | 126 | 1F | 37 |
| Octal | 250 | 150 | 257 | 4 | 51 | 0 | 37 | 446 | 37 | 67 |
| Binary | 10101000 | 1101000 | 10101111 | 100 | 101001 | 0 | 11111 | 100100110 | 11111 | 110111 |
Color Harmonies of #A868AF
Complementary color
Monochromatic Colors of #A868AF
Black with #A868AF
Text Example
Text Example
White with #A868AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868AF; }
p { color: rgb(168,104,175); }
H1.HeaderClassName
{
color: #A868AF;
}
.AnyTagClassName
{
color: #A868AF;
}
</style>
background-color css
<style>
a { background-color: #A868AF; }
a { background-color: rgb(168,104,175); }
div.DivClassName
{
background-color: #A868AF;
}
.BgClassName
{
background-color: #A868AF;
}
</style>
border-color css
<style>
span { border-color: #A868AF; }
span { border-color: rgb(168,104,175); }
td.TdClassName
{
border-color: #A868AF;
}
.TagClassName
{
border-color: #A868AF;
}
</style>