Shades of Violet Blue #A85DB0
Tints of Violet Blue #A85DB0
RGB
CMYK
RGB Variations
Color information
#A85DB0 (or 0xA85DB0) is known color: Violet Blue. HEX triplet: A8, 5D and B0. RGB value is (168,93,176). Sum of RGB (Red+Green+Blue) = 168+93+176=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #A85DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85DB0 is #57A24F. Grayscale: #7C7C7C. Windows color (decimal): -5743184 or 11558312. OLE color: 11558312.
HSL color Cylindrical-coordinate representation of color #A85DB0: hue angle of 294.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85DB0 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 93 | 176 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.31 |
| HSL | 294.22º | 0.34% | 0.53% | - |
| HSV(B) | 294.22º | 0.47% | 0.69% | - |
| XYZ | 27.9 | 19.29 | 43.33 | - |
| YUV | 124.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 176 | 0.05 | 0.47 | 0 | 0.31 | 294.22 | 0.34 | 0.53 |
| Hex | A8 | 5D | B0 | 5 | 2F | 0 | 1F | 126 | 22 | 35 |
| Octal | 250 | 135 | 260 | 5 | 57 | 0 | 37 | 446 | 42 | 65 |
| Binary | 10101000 | 1011101 | 10110000 | 101 | 101111 | 0 | 11111 | 100100110 | 100010 | 110101 |
Color Harmonies of #A85DB0
Complementary color
Monochromatic Colors of #A85DB0
Black with #A85DB0
Text Example
Text Example
White with #A85DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DB0; }
p { color: rgb(168,93,176); }
H1.HeaderClassName
{
color: #A85DB0;
}
.AnyTagClassName
{
color: #A85DB0;
}
</style>
background-color css
<style>
a { background-color: #A85DB0; }
a { background-color: rgb(168,93,176); }
div.DivClassName
{
background-color: #A85DB0;
}
.BgClassName
{
background-color: #A85DB0;
}
</style>
border-color css
<style>
span { border-color: #A85DB0; }
span { border-color: rgb(168,93,176); }
td.TdClassName
{
border-color: #A85DB0;
}
.TagClassName
{
border-color: #A85DB0;
}
</style>