Shades of Violet Blue #A8568F
Tints of Violet Blue #A8568F
RGB
CMYK
RGB Variations
Color information
#A8568F (or 0xA8568F) is known color: Violet Blue. HEX triplet: A8, 56 and 8F. RGB value is (168,86,143). Sum of RGB (Red+Green+Blue) = 168+86+143=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8568F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8568F is #57A970. Grayscale: #747474. Windows color (decimal): -5745009 or 9393832. OLE color: 9393832.
HSL color Cylindrical-coordinate representation of color #A8568F: hue angle of 318.29º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8568F is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 143 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.34 |
| HSL | 318.29º | 0.32% | 0.5% | - |
| HSV(B) | 318.29º | 0.49% | 0.66% | - |
| XYZ | 24.43 | 16.96 | 27.97 | - |
| YUV | 117.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 143 | 0 | 0.49 | 0.15 | 0.34 | 318.29 | 0.32 | 0.5 |
| Hex | A8 | 56 | 8F | 0 | 31 | F | 22 | 13E | 20 | 32 |
| Octal | 250 | 126 | 217 | 0 | 61 | 17 | 42 | 476 | 40 | 62 |
| Binary | 10101000 | 1010110 | 10001111 | 0 | 110001 | 1111 | 100010 | 100111110 | 100000 | 110010 |
Color Harmonies of #A8568F
Complementary color
Monochromatic Colors of #A8568F
Black with #A8568F
Text Example
Text Example
White with #A8568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8568F; }
p { color: rgb(168,86,143); }
H1.HeaderClassName
{
color: #A8568F;
}
.AnyTagClassName
{
color: #A8568F;
}
</style>
background-color css
<style>
a { background-color: #A8568F; }
a { background-color: rgb(168,86,143); }
div.DivClassName
{
background-color: #A8568F;
}
.BgClassName
{
background-color: #A8568F;
}
</style>
border-color css
<style>
span { border-color: #A8568F; }
span { border-color: rgb(168,86,143); }
td.TdClassName
{
border-color: #A8568F;
}
.TagClassName
{
border-color: #A8568F;
}
</style>