Shades of Violet Blue #A85AB0
Tints of Violet Blue #A85AB0
RGB
CMYK
RGB Variations
Color information
#A85AB0 (or 0xA85AB0) is known color: Violet Blue. HEX triplet: A8, 5A and B0. RGB value is (168,90,176). Sum of RGB (Red+Green+Blue) = 168+90+176=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #A85AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85AB0 is #57A54F. Grayscale: #7A7A7A. Windows color (decimal): -5743952 or 11557544. OLE color: 11557544.
HSL color Cylindrical-coordinate representation of color #A85AB0: hue angle of 294.42º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85AB0 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 90 | 176 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.31 |
| HSL | 294.42º | 0.35% | 0.52% | - |
| HSV(B) | 294.42º | 0.49% | 0.69% | - |
| XYZ | 27.64 | 18.77 | 43.24 | - |
| YUV | 123.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 176 | 0.05 | 0.49 | 0 | 0.31 | 294.42 | 0.35 | 0.52 |
| Hex | A8 | 5A | B0 | 5 | 31 | 0 | 1F | 126 | 23 | 34 |
| Octal | 250 | 132 | 260 | 5 | 61 | 0 | 37 | 446 | 43 | 64 |
| Binary | 10101000 | 1011010 | 10110000 | 101 | 110001 | 0 | 11111 | 100100110 | 100011 | 110100 |
Color Harmonies of #A85AB0
Complementary color
Monochromatic Colors of #A85AB0
Black with #A85AB0
Text Example
Text Example
White with #A85AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AB0; }
p { color: rgb(168,90,176); }
H1.HeaderClassName
{
color: #A85AB0;
}
.AnyTagClassName
{
color: #A85AB0;
}
</style>
background-color css
<style>
a { background-color: #A85AB0; }
a { background-color: rgb(168,90,176); }
div.DivClassName
{
background-color: #A85AB0;
}
.BgClassName
{
background-color: #A85AB0;
}
</style>
border-color css
<style>
span { border-color: #A85AB0; }
span { border-color: rgb(168,90,176); }
td.TdClassName
{
border-color: #A85AB0;
}
.TagClassName
{
border-color: #A85AB0;
}
</style>