Shades of Violet Blue #AB6395
Tints of Violet Blue #AB6395
RGB
CMYK
RGB Variations
Color information
#AB6395 (or 0xAB6395) is known color: Violet Blue. HEX triplet: AB, 63 and 95. RGB value is (171,99,149). Sum of RGB (Red+Green+Blue) = 171+99+149=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6395 is #549C6A. Grayscale: #7E7E7E. Windows color (decimal): -5545067 or 9790379. OLE color: 9790379.
HSL color Cylindrical-coordinate representation of color #AB6395: hue angle of 318.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6395 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 149 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.33 |
| HSL | 318.33º | 0.3% | 0.53% | - |
| HSV(B) | 318.33º | 0.42% | 0.67% | - |
| XYZ | 26.68 | 19.75 | 30.84 | - |
| YUV | 126.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 149 | 0 | 0.42 | 0.13 | 0.33 | 318.33 | 0.3 | 0.53 |
| Hex | AB | 63 | 95 | 0 | 2A | D | 21 | 13E | 1E | 35 |
| Octal | 253 | 143 | 225 | 0 | 52 | 15 | 41 | 476 | 36 | 65 |
| Binary | 10101011 | 1100011 | 10010101 | 0 | 101010 | 1101 | 100001 | 100111110 | 11110 | 110101 |
Color Harmonies of #AB6395
Complementary color
Monochromatic Colors of #AB6395
Black with #AB6395
Text Example
Text Example
White with #AB6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6395; }
p { color: rgb(171,99,149); }
H1.HeaderClassName
{
color: #AB6395;
}
.AnyTagClassName
{
color: #AB6395;
}
</style>
background-color css
<style>
a { background-color: #AB6395; }
a { background-color: rgb(171,99,149); }
div.DivClassName
{
background-color: #AB6395;
}
.BgClassName
{
background-color: #AB6395;
}
</style>
border-color css
<style>
span { border-color: #AB6395; }
span { border-color: rgb(171,99,149); }
td.TdClassName
{
border-color: #AB6395;
}
.TagClassName
{
border-color: #AB6395;
}
</style>