Shades of Violet Blue #A855AB
Tints of Violet Blue #A855AB
RGB
CMYK
RGB Variations
Color information
#A855AB (or 0xA855AB) is known color: Violet Blue. HEX triplet: A8, 55 and AB. RGB value is (168,85,171). Sum of RGB (Red+Green+Blue) = 168+85+171=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #A855AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A855AB is #57AA54. Grayscale: #777777. Windows color (decimal): -5745237 or 11228584. OLE color: 11228584.
HSL color Cylindrical-coordinate representation of color #A855AB: hue angle of 297.91º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A855AB is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 85 | 171 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.33 |
| HSL | 297.91º | 0.34% | 0.5% | - |
| HSV(B) | 297.91º | 0.5% | 0.67% | - |
| XYZ | 26.75 | 17.76 | 40.55 | - |
| YUV | 119.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 171 | 0.02 | 0.50 | 0 | 0.33 | 297.91 | 0.34 | 0.5 |
| Hex | A8 | 55 | AB | 2 | 32 | 0 | 21 | 12A | 22 | 32 |
| Octal | 250 | 125 | 253 | 2 | 62 | 0 | 41 | 452 | 42 | 62 |
| Binary | 10101000 | 1010101 | 10101011 | 10 | 110010 | 0 | 100001 | 100101010 | 100010 | 110010 |
Color Harmonies of #A855AB
Complementary color
Monochromatic Colors of #A855AB
Black with #A855AB
Text Example
Text Example
White with #A855AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855AB; }
p { color: rgb(168,85,171); }
H1.HeaderClassName
{
color: #A855AB;
}
.AnyTagClassName
{
color: #A855AB;
}
</style>
background-color css
<style>
a { background-color: #A855AB; }
a { background-color: rgb(168,85,171); }
div.DivClassName
{
background-color: #A855AB;
}
.BgClassName
{
background-color: #A855AB;
}
</style>
border-color css
<style>
span { border-color: #A855AB; }
span { border-color: rgb(168,85,171); }
td.TdClassName
{
border-color: #A855AB;
}
.TagClassName
{
border-color: #A855AB;
}
</style>