Shades of Violet Blue #A8528F
Tints of Violet Blue #A8528F
RGB
CMYK
RGB Variations
Color information
#A8528F (or 0xA8528F) is known color: Violet Blue. HEX triplet: A8, 52 and 8F. RGB value is (168,82,143). Sum of RGB (Red+Green+Blue) = 168+82+143=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8528F is #57AD70. Grayscale: #727272. Windows color (decimal): -5746033 or 9392808. OLE color: 9392808.
HSL color Cylindrical-coordinate representation of color #A8528F: hue angle of 317.44º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8528F is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 143 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.34 |
| HSL | 317.44º | 0.34% | 0.49% | - |
| HSV(B) | 317.44º | 0.51% | 0.66% | - |
| XYZ | 24.12 | 16.34 | 27.87 | - |
| YUV | 114.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 143 | 0 | 0.51 | 0.15 | 0.34 | 317.44 | 0.34 | 0.49 |
| Hex | A8 | 52 | 8F | 0 | 33 | F | 22 | 13D | 22 | 31 |
| Octal | 250 | 122 | 217 | 0 | 63 | 17 | 42 | 475 | 42 | 61 |
| Binary | 10101000 | 1010010 | 10001111 | 0 | 110011 | 1111 | 100010 | 100111101 | 100010 | 110001 |
Color Harmonies of #A8528F
Complementary color
Monochromatic Colors of #A8528F
Black with #A8528F
Text Example
Text Example
White with #A8528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8528F; }
p { color: rgb(168,82,143); }
H1.HeaderClassName
{
color: #A8528F;
}
.AnyTagClassName
{
color: #A8528F;
}
</style>
background-color css
<style>
a { background-color: #A8528F; }
a { background-color: rgb(168,82,143); }
div.DivClassName
{
background-color: #A8528F;
}
.BgClassName
{
background-color: #A8528F;
}
</style>
border-color css
<style>
span { border-color: #A8528F; }
span { border-color: rgb(168,82,143); }
td.TdClassName
{
border-color: #A8528F;
}
.TagClassName
{
border-color: #A8528F;
}
</style>