Shades of Violet Blue #A06898
Tints of Violet Blue #A06898
RGB
CMYK
RGB Variations
Color information
#A06898 (or 0xA06898) is known color: Violet Blue. HEX triplet: A0, 68 and 98. RGB value is (160,104,152). Sum of RGB (Red+Green+Blue) = 160+104+152=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A06898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06898 is #5F9767. Grayscale: #7E7E7E. Windows color (decimal): -6264680 or 9988256. OLE color: 9988256.
HSL color Cylindrical-coordinate representation of color #A06898: hue angle of 308.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06898 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 152 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.37 |
| HSL | 308.57º | 0.23% | 0.52% | - |
| HSV(B) | 308.57º | 0.35% | 0.63% | - |
| XYZ | 25.12 | 19.64 | 32.17 | - |
| YUV | 126.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 152 | 0 | 0.35 | 0.05 | 0.37 | 308.57 | 0.23 | 0.52 |
| Hex | A0 | 68 | 98 | 0 | 23 | 5 | 25 | 135 | 17 | 34 |
| Octal | 240 | 150 | 230 | 0 | 43 | 5 | 45 | 465 | 27 | 64 |
| Binary | 10100000 | 1101000 | 10011000 | 0 | 100011 | 101 | 100101 | 100110101 | 10111 | 110100 |
Color Harmonies of #A06898
Complementary color
Monochromatic Colors of #A06898
Black with #A06898
Text Example
Text Example
White with #A06898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06898; }
p { color: rgb(160,104,152); }
H1.HeaderClassName
{
color: #A06898;
}
.AnyTagClassName
{
color: #A06898;
}
</style>
background-color css
<style>
a { background-color: #A06898; }
a { background-color: rgb(160,104,152); }
div.DivClassName
{
background-color: #A06898;
}
.BgClassName
{
background-color: #A06898;
}
</style>
border-color css
<style>
span { border-color: #A06898; }
span { border-color: rgb(160,104,152); }
td.TdClassName
{
border-color: #A06898;
}
.TagClassName
{
border-color: #A06898;
}
</style>