Shades of Violet Blue #A858A3
Tints of Violet Blue #A858A3
RGB
CMYK
RGB Variations
Color information
#A858A3 (or 0xA858A3) is known color: Violet Blue. HEX triplet: A8, 58 and A3. RGB value is (168,88,163). Sum of RGB (Red+Green+Blue) = 168+88+163=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A858A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A858A3 is #57A75C. Grayscale: #787878. Windows color (decimal): -5744477 or 10705064. OLE color: 10705064.
HSL color Cylindrical-coordinate representation of color #A858A3: hue angle of 303.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A858A3 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 163 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.34 |
| HSL | 303.75º | 0.31% | 0.5% | - |
| HSV(B) | 303.75º | 0.48% | 0.66% | - |
| XYZ | 26.25 | 17.95 | 36.73 | - |
| YUV | 120.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 163 | 0 | 0.48 | 0.03 | 0.34 | 303.75 | 0.31 | 0.5 |
| Hex | A8 | 58 | A3 | 0 | 30 | 3 | 22 | 130 | 1F | 32 |
| Octal | 250 | 130 | 243 | 0 | 60 | 3 | 42 | 460 | 37 | 62 |
| Binary | 10101000 | 1011000 | 10100011 | 0 | 110000 | 11 | 100010 | 100110000 | 11111 | 110010 |
Color Harmonies of #A858A3
Complementary color
Monochromatic Colors of #A858A3
Black with #A858A3
Text Example
Text Example
White with #A858A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858A3; }
p { color: rgb(168,88,163); }
H1.HeaderClassName
{
color: #A858A3;
}
.AnyTagClassName
{
color: #A858A3;
}
</style>
background-color css
<style>
a { background-color: #A858A3; }
a { background-color: rgb(168,88,163); }
div.DivClassName
{
background-color: #A858A3;
}
.BgClassName
{
background-color: #A858A3;
}
</style>
border-color css
<style>
span { border-color: #A858A3; }
span { border-color: rgb(168,88,163); }
td.TdClassName
{
border-color: #A858A3;
}
.TagClassName
{
border-color: #A858A3;
}
</style>