Shades of Violet Blue #A865AB
Tints of Violet Blue #A865AB
RGB
CMYK
RGB Variations
Color information
#A865AB (or 0xA865AB) is known color: Violet Blue. HEX triplet: A8, 65 and AB. RGB value is (168,101,171). Sum of RGB (Red+Green+Blue) = 168+101+171=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A865AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A865AB is #579A54. Grayscale: #808080. Windows color (decimal): -5741141 or 11232680. OLE color: 11232680.
HSL color Cylindrical-coordinate representation of color #A865AB: hue angle of 297.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A865AB is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 101 | 171 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.33 |
| HSL | 297.43º | 0.29% | 0.53% | - |
| HSV(B) | 297.43º | 0.41% | 0.67% | - |
| XYZ | 28.15 | 20.57 | 41.02 | - |
| YUV | 129.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 171 | 0.02 | 0.41 | 0 | 0.33 | 297.43 | 0.29 | 0.53 |
| Hex | A8 | 65 | AB | 2 | 29 | 0 | 21 | 129 | 1D | 35 |
| Octal | 250 | 145 | 253 | 2 | 51 | 0 | 41 | 451 | 35 | 65 |
| Binary | 10101000 | 1100101 | 10101011 | 10 | 101001 | 0 | 100001 | 100101001 | 11101 | 110101 |
Color Harmonies of #A865AB
Complementary color
Monochromatic Colors of #A865AB
Black with #A865AB
Text Example
Text Example
White with #A865AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865AB; }
p { color: rgb(168,101,171); }
H1.HeaderClassName
{
color: #A865AB;
}
.AnyTagClassName
{
color: #A865AB;
}
</style>
background-color css
<style>
a { background-color: #A865AB; }
a { background-color: rgb(168,101,171); }
div.DivClassName
{
background-color: #A865AB;
}
.BgClassName
{
background-color: #A865AB;
}
</style>
border-color css
<style>
span { border-color: #A865AB; }
span { border-color: rgb(168,101,171); }
td.TdClassName
{
border-color: #A865AB;
}
.TagClassName
{
border-color: #A865AB;
}
</style>