Shades of Violet Blue #AB3F9E
Tints of Violet Blue #AB3F9E
RGB
CMYK
RGB Variations
Color information
#AB3F9E (or 0xAB3F9E) is known color: Violet Blue. HEX triplet: AB, 3F and 9E. RGB value is (171,63,158). Sum of RGB (Red+Green+Blue) = 171+63+158=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F9E is #54C061. Grayscale: #696969. Windows color (decimal): -5554274 or 10370987. OLE color: 10370987.
HSL color Cylindrical-coordinate representation of color #AB3F9E: hue angle of 307.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F9E is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 158 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.33 |
| HSL | 307.22º | 0.46% | 0.46% | - |
| HSV(B) | 307.22º | 0.63% | 0.67% | - |
| XYZ | 24.74 | 14.68 | 33.88 | - |
| YUV | 106.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 158 | 0 | 0.63 | 0.08 | 0.33 | 307.22 | 0.46 | 0.46 |
| Hex | AB | 3F | 9E | 0 | 3F | 8 | 21 | 133 | 2E | 2E |
| Octal | 253 | 77 | 236 | 0 | 77 | 10 | 41 | 463 | 56 | 56 |
| Binary | 10101011 | 111111 | 10011110 | 0 | 111111 | 1000 | 100001 | 100110011 | 101110 | 101110 |
Color Harmonies of #AB3F9E
Complementary color
Monochromatic Colors of #AB3F9E
Black with #AB3F9E
Text Example
Text Example
White with #AB3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F9E; }
p { color: rgb(171,63,158); }
H1.HeaderClassName
{
color: #AB3F9E;
}
.AnyTagClassName
{
color: #AB3F9E;
}
</style>
background-color css
<style>
a { background-color: #AB3F9E; }
a { background-color: rgb(171,63,158); }
div.DivClassName
{
background-color: #AB3F9E;
}
.BgClassName
{
background-color: #AB3F9E;
}
</style>
border-color css
<style>
span { border-color: #AB3F9E; }
span { border-color: rgb(171,63,158); }
td.TdClassName
{
border-color: #AB3F9E;
}
.TagClassName
{
border-color: #AB3F9E;
}
</style>