Shades of Violet Blue #AB6BA3
Tints of Violet Blue #AB6BA3
RGB
CMYK
RGB Variations
Color information
#AB6BA3 (or 0xAB6BA3) is known color: Violet Blue. HEX triplet: AB, 6B and A3. RGB value is (171,107,163). Sum of RGB (Red+Green+Blue) = 171+107+163=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BA3 is #54945C. Grayscale: #848484. Windows color (decimal): -5543005 or 10709931. OLE color: 10709931.
HSL color Cylindrical-coordinate representation of color #AB6BA3: hue angle of 307.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6BA3 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 163 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.33 |
| HSL | 307.5º | 0.28% | 0.55% | - |
| HSV(B) | 307.5º | 0.37% | 0.67% | - |
| XYZ | 28.66 | 21.82 | 37.35 | - |
| YUV | 132.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 163 | 0 | 0.37 | 0.05 | 0.33 | 307.5 | 0.28 | 0.55 |
| Hex | AB | 6B | A3 | 0 | 25 | 5 | 21 | 134 | 1C | 37 |
| Octal | 253 | 153 | 243 | 0 | 45 | 5 | 41 | 464 | 34 | 67 |
| Binary | 10101011 | 1101011 | 10100011 | 0 | 100101 | 101 | 100001 | 100110100 | 11100 | 110111 |
Color Harmonies of #AB6BA3
Complementary color
Monochromatic Colors of #AB6BA3
Black with #AB6BA3
Text Example
Text Example
White with #AB6BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BA3; }
p { color: rgb(171,107,163); }
H1.HeaderClassName
{
color: #AB6BA3;
}
.AnyTagClassName
{
color: #AB6BA3;
}
</style>
background-color css
<style>
a { background-color: #AB6BA3; }
a { background-color: rgb(171,107,163); }
div.DivClassName
{
background-color: #AB6BA3;
}
.BgClassName
{
background-color: #AB6BA3;
}
</style>
border-color css
<style>
span { border-color: #AB6BA3; }
span { border-color: rgb(171,107,163); }
td.TdClassName
{
border-color: #AB6BA3;
}
.TagClassName
{
border-color: #AB6BA3;
}
</style>