Shades of Violet Blue #A15FAF
Tints of Violet Blue #A15FAF
RGB
CMYK
RGB Variations
Color information
#A15FAF (or 0xA15FAF) is known color: Violet Blue. HEX triplet: A1, 5F and AF. RGB value is (161,95,175). Sum of RGB (Red+Green+Blue) = 161+95+175=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #A15FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FAF is #5EA050. Grayscale: #7B7B7B. Windows color (decimal): -6201425 or 11493281. OLE color: 11493281.
HSL color Cylindrical-coordinate representation of color #A15FAF: hue angle of 289.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A15FAF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 95 | 175 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.31 |
| HSL | 289.5º | 0.33% | 0.53% | - |
| HSV(B) | 289.5º | 0.46% | 0.69% | - |
| XYZ | 26.53 | 18.86 | 42.8 | - |
| YUV | 123.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 175 | 0.08 | 0.46 | 0 | 0.31 | 289.5 | 0.33 | 0.53 |
| Hex | A1 | 5F | AF | 8 | 2E | 0 | 1F | 122 | 21 | 35 |
| Octal | 241 | 137 | 257 | 10 | 56 | 0 | 37 | 442 | 41 | 65 |
| Binary | 10100001 | 1011111 | 10101111 | 1000 | 101110 | 0 | 11111 | 100100010 | 100001 | 110101 |
Color Harmonies of #A15FAF
Complementary color
Monochromatic Colors of #A15FAF
Black with #A15FAF
Text Example
Text Example
White with #A15FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FAF; }
p { color: rgb(161,95,175); }
H1.HeaderClassName
{
color: #A15FAF;
}
.AnyTagClassName
{
color: #A15FAF;
}
</style>
background-color css
<style>
a { background-color: #A15FAF; }
a { background-color: rgb(161,95,175); }
div.DivClassName
{
background-color: #A15FAF;
}
.BgClassName
{
background-color: #A15FAF;
}
</style>
border-color css
<style>
span { border-color: #A15FAF; }
span { border-color: rgb(161,95,175); }
td.TdClassName
{
border-color: #A15FAF;
}
.TagClassName
{
border-color: #A15FAF;
}
</style>