Shades of Violet Blue #A865B4
Tints of Violet Blue #A865B4
RGB
CMYK
RGB Variations
Color information
#A865B4 (or 0xA865B4) is known color: Violet Blue. HEX triplet: A8, 65 and B4. RGB value is (168,101,180). Sum of RGB (Red+Green+Blue) = 168+101+180=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #A865B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865B4 is #579A4B. Grayscale: #818181. Windows color (decimal): -5741132 or 11822504. OLE color: 11822504.
HSL color Cylindrical-coordinate representation of color #A865B4: hue angle of 290.89º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A865B4 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 101 | 180 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.29 |
| HSL | 290.89º | 0.34% | 0.55% | - |
| HSV(B) | 290.89º | 0.44% | 0.71% | - |
| XYZ | 29.04 | 20.93 | 45.69 | - |
| YUV | 130.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 180 | 0.07 | 0.44 | 0 | 0.29 | 290.89 | 0.34 | 0.55 |
| Hex | A8 | 65 | B4 | 7 | 2C | 0 | 1D | 123 | 22 | 37 |
| Octal | 250 | 145 | 264 | 7 | 54 | 0 | 35 | 443 | 42 | 67 |
| Binary | 10101000 | 1100101 | 10110100 | 111 | 101100 | 0 | 11101 | 100100011 | 100010 | 110111 |
Color Harmonies of #A865B4
Complementary color
Monochromatic Colors of #A865B4
Black with #A865B4
Text Example
Text Example
White with #A865B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865B4; }
p { color: rgb(168,101,180); }
H1.HeaderClassName
{
color: #A865B4;
}
.AnyTagClassName
{
color: #A865B4;
}
</style>
background-color css
<style>
a { background-color: #A865B4; }
a { background-color: rgb(168,101,180); }
div.DivClassName
{
background-color: #A865B4;
}
.BgClassName
{
background-color: #A865B4;
}
</style>
border-color css
<style>
span { border-color: #A865B4; }
span { border-color: rgb(168,101,180); }
td.TdClassName
{
border-color: #A865B4;
}
.TagClassName
{
border-color: #A865B4;
}
</style>