Shades of Violet Blue #A855AD
Tints of Violet Blue #A855AD
RGB
CMYK
RGB Variations
Color information
#A855AD (or 0xA855AD) is known color: Violet Blue. HEX triplet: A8, 55 and AD. RGB value is (168,85,173). Sum of RGB (Red+Green+Blue) = 168+85+173=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #A855AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A855AD is #57AA52. Grayscale: #777777. Windows color (decimal): -5745235 or 11359656. OLE color: 11359656.
HSL color Cylindrical-coordinate representation of color #A855AD: hue angle of 296.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A855AD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 85 | 173 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.32 |
| HSL | 296.59º | 0.35% | 0.51% | - |
| HSV(B) | 296.59º | 0.51% | 0.68% | - |
| XYZ | 26.94 | 17.84 | 41.56 | - |
| YUV | 119.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 173 | 0.03 | 0.51 | 0 | 0.32 | 296.59 | 0.35 | 0.51 |
| Hex | A8 | 55 | AD | 3 | 33 | 0 | 20 | 129 | 23 | 33 |
| Octal | 250 | 125 | 255 | 3 | 63 | 0 | 40 | 451 | 43 | 63 |
| Binary | 10101000 | 1010101 | 10101101 | 11 | 110011 | 0 | 100000 | 100101001 | 100011 | 110011 |
Color Harmonies of #A855AD
Complementary color
Monochromatic Colors of #A855AD
Black with #A855AD
Text Example
Text Example
White with #A855AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855AD; }
p { color: rgb(168,85,173); }
H1.HeaderClassName
{
color: #A855AD;
}
.AnyTagClassName
{
color: #A855AD;
}
</style>
background-color css
<style>
a { background-color: #A855AD; }
a { background-color: rgb(168,85,173); }
div.DivClassName
{
background-color: #A855AD;
}
.BgClassName
{
background-color: #A855AD;
}
</style>
border-color css
<style>
span { border-color: #A855AD; }
span { border-color: rgb(168,85,173); }
td.TdClassName
{
border-color: #A855AD;
}
.TagClassName
{
border-color: #A855AD;
}
</style>