Shades of Violet Blue #A85FA3
Tints of Violet Blue #A85FA3
RGB
CMYK
RGB Variations
Color information
#A85FA3 (or 0xA85FA3) is known color: Violet Blue. HEX triplet: A8, 5F and A3. RGB value is (168,95,163). Sum of RGB (Red+Green+Blue) = 168+95+163=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A85FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85FA3 is #57A05C. Grayscale: #7C7C7C. Windows color (decimal): -5742685 or 10706856. OLE color: 10706856.
HSL color Cylindrical-coordinate representation of color #A85FA3: hue angle of 304.11º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85FA3 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 163 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.34 |
| HSL | 304.11º | 0.3% | 0.52% | - |
| HSV(B) | 304.11º | 0.43% | 0.66% | - |
| XYZ | 26.85 | 19.15 | 36.93 | - |
| YUV | 124.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 163 | 0 | 0.43 | 0.03 | 0.34 | 304.11 | 0.3 | 0.52 |
| Hex | A8 | 5F | A3 | 0 | 2B | 3 | 22 | 130 | 1E | 34 |
| Octal | 250 | 137 | 243 | 0 | 53 | 3 | 42 | 460 | 36 | 64 |
| Binary | 10101000 | 1011111 | 10100011 | 0 | 101011 | 11 | 100010 | 100110000 | 11110 | 110100 |
Color Harmonies of #A85FA3
Complementary color
Monochromatic Colors of #A85FA3
Black with #A85FA3
Text Example
Text Example
White with #A85FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FA3; }
p { color: rgb(168,95,163); }
H1.HeaderClassName
{
color: #A85FA3;
}
.AnyTagClassName
{
color: #A85FA3;
}
</style>
background-color css
<style>
a { background-color: #A85FA3; }
a { background-color: rgb(168,95,163); }
div.DivClassName
{
background-color: #A85FA3;
}
.BgClassName
{
background-color: #A85FA3;
}
</style>
border-color css
<style>
span { border-color: #A85FA3; }
span { border-color: rgb(168,95,163); }
td.TdClassName
{
border-color: #A85FA3;
}
.TagClassName
{
border-color: #A85FA3;
}
</style>