Shades of Violet Blue #A068AB
Tints of Violet Blue #A068AB
RGB
CMYK
RGB Variations
Color information
#A068AB (or 0xA068AB) is known color: Violet Blue. HEX triplet: A0, 68 and AB. RGB value is (160,104,171). Sum of RGB (Red+Green+Blue) = 160+104+171=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #A068AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A068AB is #5F9754. Grayscale: #808080. Windows color (decimal): -6264661 or 11233440. OLE color: 11233440.
HSL color Cylindrical-coordinate representation of color #A068AB: hue angle of 290.15º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A068AB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 104 | 171 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.33 |
| HSL | 290.15º | 0.29% | 0.54% | - |
| HSV(B) | 290.15º | 0.39% | 0.67% | - |
| XYZ | 26.8 | 20.31 | 41.04 | - |
| YUV | 128.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 171 | 0.06 | 0.39 | 0 | 0.33 | 290.15 | 0.29 | 0.54 |
| Hex | A0 | 68 | AB | 6 | 27 | 0 | 21 | 122 | 1D | 36 |
| Octal | 240 | 150 | 253 | 6 | 47 | 0 | 41 | 442 | 35 | 66 |
| Binary | 10100000 | 1101000 | 10101011 | 110 | 100111 | 0 | 100001 | 100100010 | 11101 | 110110 |
Color Harmonies of #A068AB
Complementary color
Monochromatic Colors of #A068AB
Black with #A068AB
Text Example
Text Example
White with #A068AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068AB; }
p { color: rgb(160,104,171); }
H1.HeaderClassName
{
color: #A068AB;
}
.AnyTagClassName
{
color: #A068AB;
}
</style>
background-color css
<style>
a { background-color: #A068AB; }
a { background-color: rgb(160,104,171); }
div.DivClassName
{
background-color: #A068AB;
}
.BgClassName
{
background-color: #A068AB;
}
</style>
border-color css
<style>
span { border-color: #A068AB; }
span { border-color: rgb(160,104,171); }
td.TdClassName
{
border-color: #A068AB;
}
.TagClassName
{
border-color: #A068AB;
}
</style>