Shades of Violet Blue #A865AE
Tints of Violet Blue #A865AE
RGB
CMYK
RGB Variations
Color information
#A865AE (or 0xA865AE) is known color: Violet Blue. HEX triplet: A8, 65 and AE. RGB value is (168,101,174). Sum of RGB (Red+Green+Blue) = 168+101+174=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #A865AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A865AE is #579A51. Grayscale: #818181. Windows color (decimal): -5741138 or 11429288. OLE color: 11429288.
HSL color Cylindrical-coordinate representation of color #A865AE: hue angle of 295.07º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A865AE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 101 | 174 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.32 |
| HSL | 295.07º | 0.31% | 0.54% | - |
| HSV(B) | 295.07º | 0.42% | 0.68% | - |
| XYZ | 28.44 | 20.69 | 42.54 | - |
| YUV | 129.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 174 | 0.03 | 0.42 | 0 | 0.32 | 295.07 | 0.31 | 0.54 |
| Hex | A8 | 65 | AE | 3 | 2A | 0 | 20 | 127 | 1F | 36 |
| Octal | 250 | 145 | 256 | 3 | 52 | 0 | 40 | 447 | 37 | 66 |
| Binary | 10101000 | 1100101 | 10101110 | 11 | 101010 | 0 | 100000 | 100100111 | 11111 | 110110 |
Color Harmonies of #A865AE
Complementary color
Monochromatic Colors of #A865AE
Black with #A865AE
Text Example
Text Example
White with #A865AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865AE; }
p { color: rgb(168,101,174); }
H1.HeaderClassName
{
color: #A865AE;
}
.AnyTagClassName
{
color: #A865AE;
}
</style>
background-color css
<style>
a { background-color: #A865AE; }
a { background-color: rgb(168,101,174); }
div.DivClassName
{
background-color: #A865AE;
}
.BgClassName
{
background-color: #A865AE;
}
</style>
border-color css
<style>
span { border-color: #A865AE; }
span { border-color: rgb(168,101,174); }
td.TdClassName
{
border-color: #A865AE;
}
.TagClassName
{
border-color: #A865AE;
}
</style>