Shades of Violet Blue #A865A1
Tints of Violet Blue #A865A1
RGB
CMYK
RGB Variations
Color information
#A865A1 (or 0xA865A1) is known color: Violet Blue. HEX triplet: A8, 65 and A1. RGB value is (168,101,161). Sum of RGB (Red+Green+Blue) = 168+101+161=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A865A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A865A1 is #579A5E. Grayscale: #7F7F7F. Windows color (decimal): -5741151 or 10577320. OLE color: 10577320.
HSL color Cylindrical-coordinate representation of color #A865A1: hue angle of 306.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A865A1 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 161 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.34 |
| HSL | 306.27º | 0.28% | 0.53% | - |
| HSV(B) | 306.27º | 0.4% | 0.66% | - |
| XYZ | 27.24 | 20.21 | 36.18 | - |
| YUV | 127.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 161 | 0 | 0.40 | 0.04 | 0.34 | 306.27 | 0.28 | 0.53 |
| Hex | A8 | 65 | A1 | 0 | 28 | 4 | 22 | 132 | 1C | 35 |
| Octal | 250 | 145 | 241 | 0 | 50 | 4 | 42 | 462 | 34 | 65 |
| Binary | 10101000 | 1100101 | 10100001 | 0 | 101000 | 100 | 100010 | 100110010 | 11100 | 110101 |
Color Harmonies of #A865A1
Complementary color
Monochromatic Colors of #A865A1
Black with #A865A1
Text Example
Text Example
White with #A865A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865A1; }
p { color: rgb(168,101,161); }
H1.HeaderClassName
{
color: #A865A1;
}
.AnyTagClassName
{
color: #A865A1;
}
</style>
background-color css
<style>
a { background-color: #A865A1; }
a { background-color: rgb(168,101,161); }
div.DivClassName
{
background-color: #A865A1;
}
.BgClassName
{
background-color: #A865A1;
}
</style>
border-color css
<style>
span { border-color: #A865A1; }
span { border-color: rgb(168,101,161); }
td.TdClassName
{
border-color: #A865A1;
}
.TagClassName
{
border-color: #A865A1;
}
</style>