Shades of Violet Blue #AB3E9D
Tints of Violet Blue #AB3E9D
RGB
CMYK
RGB Variations
Color information
#AB3E9D (or 0xAB3E9D) is known color: Violet Blue. HEX triplet: AB, 3E and 9D. RGB value is (171,62,157). Sum of RGB (Red+Green+Blue) = 171+62+157=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3E9D is #54C162. Grayscale: #696969. Windows color (decimal): -5554531 or 10305195. OLE color: 10305195.
HSL color Cylindrical-coordinate representation of color #AB3E9D: hue angle of 307.71º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E9D is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 157 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.33 |
| HSL | 307.71º | 0.47% | 0.46% | - |
| HSV(B) | 307.71º | 0.64% | 0.67% | - |
| XYZ | 24.6 | 14.54 | 33.41 | - |
| YUV | 105.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 157 | 0 | 0.64 | 0.08 | 0.33 | 307.71 | 0.47 | 0.46 |
| Hex | AB | 3E | 9D | 0 | 40 | 8 | 21 | 134 | 2F | 2E |
| Octal | 253 | 76 | 235 | 0 | 100 | 10 | 41 | 464 | 57 | 56 |
| Binary | 10101011 | 111110 | 10011101 | 0 | 1000000 | 1000 | 100001 | 100110100 | 101111 | 101110 |
Color Harmonies of #AB3E9D
Complementary color
Monochromatic Colors of #AB3E9D
Black with #AB3E9D
Text Example
Text Example
White with #AB3E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E9D; }
p { color: rgb(171,62,157); }
H1.HeaderClassName
{
color: #AB3E9D;
}
.AnyTagClassName
{
color: #AB3E9D;
}
</style>
background-color css
<style>
a { background-color: #AB3E9D; }
a { background-color: rgb(171,62,157); }
div.DivClassName
{
background-color: #AB3E9D;
}
.BgClassName
{
background-color: #AB3E9D;
}
</style>
border-color css
<style>
span { border-color: #AB3E9D; }
span { border-color: rgb(171,62,157); }
td.TdClassName
{
border-color: #AB3E9D;
}
.TagClassName
{
border-color: #AB3E9D;
}
</style>