Shades of Violet Blue #AB6398
Tints of Violet Blue #AB6398
RGB
CMYK
RGB Variations
Color information
#AB6398 (or 0xAB6398) is known color: Violet Blue. HEX triplet: AB, 63 and 98. RGB value is (171,99,152). Sum of RGB (Red+Green+Blue) = 171+99+152=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6398 is #549C67. Grayscale: #7E7E7E. Windows color (decimal): -5545064 or 9986987. OLE color: 9986987.
HSL color Cylindrical-coordinate representation of color #AB6398: hue angle of 315.83º 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 #AB6398 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 152 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.33 |
| HSL | 315.83º | 0.3% | 0.53% | - |
| HSV(B) | 315.83º | 0.42% | 0.67% | - |
| XYZ | 26.92 | 19.85 | 32.12 | - |
| YUV | 126.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 152 | 0 | 0.42 | 0.11 | 0.33 | 315.83 | 0.3 | 0.53 |
| Hex | AB | 63 | 98 | 0 | 2A | B | 21 | 13C | 1E | 35 |
| Octal | 253 | 143 | 230 | 0 | 52 | 13 | 41 | 474 | 36 | 65 |
| Binary | 10101011 | 1100011 | 10011000 | 0 | 101010 | 1011 | 100001 | 100111100 | 11110 | 110101 |
Color Harmonies of #AB6398
Complementary color
Monochromatic Colors of #AB6398
Black with #AB6398
Text Example
Text Example
White with #AB6398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6398; }
p { color: rgb(171,99,152); }
H1.HeaderClassName
{
color: #AB6398;
}
.AnyTagClassName
{
color: #AB6398;
}
</style>
background-color css
<style>
a { background-color: #AB6398; }
a { background-color: rgb(171,99,152); }
div.DivClassName
{
background-color: #AB6398;
}
.BgClassName
{
background-color: #AB6398;
}
</style>
border-color css
<style>
span { border-color: #AB6398; }
span { border-color: rgb(171,99,152); }
td.TdClassName
{
border-color: #AB6398;
}
.TagClassName
{
border-color: #AB6398;
}
</style>