Shades of Violet Blue #AB6BA4
Tints of Violet Blue #AB6BA4
RGB
CMYK
RGB Variations
Color information
#AB6BA4 (or 0xAB6BA4) is known color: Violet Blue. HEX triplet: AB, 6B and A4. RGB value is (171,107,164). Sum of RGB (Red+Green+Blue) = 171+107+164=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BA4 is #54945B. Grayscale: #848484. Windows color (decimal): -5543004 or 10775467. OLE color: 10775467.
HSL color Cylindrical-coordinate representation of color #AB6BA4: hue angle of 306.56º 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 #AB6BA4 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 164 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.33 |
| HSL | 306.56º | 0.28% | 0.55% | - |
| HSV(B) | 306.56º | 0.37% | 0.67% | - |
| XYZ | 28.75 | 21.85 | 37.82 | - |
| YUV | 132.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 164 | 0 | 0.37 | 0.04 | 0.33 | 306.56 | 0.28 | 0.55 |
| Hex | AB | 6B | A4 | 0 | 25 | 4 | 21 | 133 | 1C | 37 |
| Octal | 253 | 153 | 244 | 0 | 45 | 4 | 41 | 463 | 34 | 67 |
| Binary | 10101011 | 1101011 | 10100100 | 0 | 100101 | 100 | 100001 | 100110011 | 11100 | 110111 |
Color Harmonies of #AB6BA4
Complementary color
Monochromatic Colors of #AB6BA4
Black with #AB6BA4
Text Example
Text Example
White with #AB6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BA4; }
p { color: rgb(171,107,164); }
H1.HeaderClassName
{
color: #AB6BA4;
}
.AnyTagClassName
{
color: #AB6BA4;
}
</style>
background-color css
<style>
a { background-color: #AB6BA4; }
a { background-color: rgb(171,107,164); }
div.DivClassName
{
background-color: #AB6BA4;
}
.BgClassName
{
background-color: #AB6BA4;
}
</style>
border-color css
<style>
span { border-color: #AB6BA4; }
span { border-color: rgb(171,107,164); }
td.TdClassName
{
border-color: #AB6BA4;
}
.TagClassName
{
border-color: #AB6BA4;
}
</style>