Shades of Violet Blue #AB6FA4
Tints of Violet Blue #AB6FA4
RGB
CMYK
RGB Variations
Color information
#AB6FA4 (or 0xAB6FA4) is known color: Violet Blue. HEX triplet: AB, 6F and A4. RGB value is (171,111,164). Sum of RGB (Red+Green+Blue) = 171+111+164=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FA4 is #54905B. Grayscale: #868686. Windows color (decimal): -5541980 or 10776491. OLE color: 10776491.
HSL color Cylindrical-coordinate representation of color #AB6FA4: hue angle of 307º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB6FA4 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 164 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.33 |
| HSL | 307º | 0.26% | 0.55% | - |
| HSV(B) | 307º | 0.35% | 0.67% | - |
| XYZ | 29.18 | 22.71 | 37.97 | - |
| YUV | 134.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 164 | 0 | 0.35 | 0.04 | 0.33 | 307 | 0.26 | 0.55 |
| Hex | AB | 6F | A4 | 0 | 23 | 4 | 21 | 133 | 1A | 37 |
| Octal | 253 | 157 | 244 | 0 | 43 | 4 | 41 | 463 | 32 | 67 |
| Binary | 10101011 | 1101111 | 10100100 | 0 | 100011 | 100 | 100001 | 100110011 | 11010 | 110111 |
Color Harmonies of #AB6FA4
Complementary color
Monochromatic Colors of #AB6FA4
Black with #AB6FA4
Text Example
Text Example
White with #AB6FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FA4; }
p { color: rgb(171,111,164); }
H1.HeaderClassName
{
color: #AB6FA4;
}
.AnyTagClassName
{
color: #AB6FA4;
}
</style>
background-color css
<style>
a { background-color: #AB6FA4; }
a { background-color: rgb(171,111,164); }
div.DivClassName
{
background-color: #AB6FA4;
}
.BgClassName
{
background-color: #AB6FA4;
}
</style>
border-color css
<style>
span { border-color: #AB6FA4; }
span { border-color: rgb(171,111,164); }
td.TdClassName
{
border-color: #AB6FA4;
}
.TagClassName
{
border-color: #AB6FA4;
}
</style>