Shades of Violet Blue #A85DA3
Tints of Violet Blue #A85DA3
RGB
CMYK
RGB Variations
Color information
#A85DA3 (or 0xA85DA3) is known color: Violet Blue. HEX triplet: A8, 5D and A3. RGB value is (168,93,163). Sum of RGB (Red+Green+Blue) = 168+93+163=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A85DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85DA3 is #57A25C. Grayscale: #7B7B7B. Windows color (decimal): -5743197 or 10706344. OLE color: 10706344.
HSL color Cylindrical-coordinate representation of color #A85DA3: hue angle of 304º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A85DA3 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 163 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.34 |
| HSL | 304º | 0.3% | 0.51% | - |
| HSV(B) | 304º | 0.45% | 0.66% | - |
| XYZ | 26.67 | 18.8 | 36.87 | - |
| YUV | 123.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 163 | 0 | 0.45 | 0.03 | 0.34 | 304 | 0.3 | 0.51 |
| Hex | A8 | 5D | A3 | 0 | 2D | 3 | 22 | 130 | 1E | 33 |
| Octal | 250 | 135 | 243 | 0 | 55 | 3 | 42 | 460 | 36 | 63 |
| Binary | 10101000 | 1011101 | 10100011 | 0 | 101101 | 11 | 100010 | 100110000 | 11110 | 110011 |
Color Harmonies of #A85DA3
Complementary color
Monochromatic Colors of #A85DA3
Black with #A85DA3
Text Example
Text Example
White with #A85DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DA3; }
p { color: rgb(168,93,163); }
H1.HeaderClassName
{
color: #A85DA3;
}
.AnyTagClassName
{
color: #A85DA3;
}
</style>
background-color css
<style>
a { background-color: #A85DA3; }
a { background-color: rgb(168,93,163); }
div.DivClassName
{
background-color: #A85DA3;
}
.BgClassName
{
background-color: #A85DA3;
}
</style>
border-color css
<style>
span { border-color: #A85DA3; }
span { border-color: rgb(168,93,163); }
td.TdClassName
{
border-color: #A85DA3;
}
.TagClassName
{
border-color: #A85DA3;
}
</style>