Shades of Violet Blue #AB429E
Tints of Violet Blue #AB429E
RGB
CMYK
RGB Variations
Color information
#AB429E (or 0xAB429E) is known color: Violet Blue. HEX triplet: AB, 42 and 9E. RGB value is (171,66,158). Sum of RGB (Red+Green+Blue) = 171+66+158=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB429E is #54BD61. Grayscale: #6B6B6B. Windows color (decimal): -5553506 or 10371755. OLE color: 10371755.
HSL color Cylindrical-coordinate representation of color #AB429E: hue angle of 307.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB429E is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 158 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.33 |
| HSL | 307.43º | 0.44% | 0.46% | - |
| HSV(B) | 307.43º | 0.61% | 0.67% | - |
| XYZ | 24.91 | 15.02 | 33.93 | - |
| YUV | 107.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 158 | 0 | 0.61 | 0.08 | 0.33 | 307.43 | 0.44 | 0.46 |
| Hex | AB | 42 | 9E | 0 | 3D | 8 | 21 | 133 | 2C | 2E |
| Octal | 253 | 102 | 236 | 0 | 75 | 10 | 41 | 463 | 54 | 56 |
| Binary | 10101011 | 1000010 | 10011110 | 0 | 111101 | 1000 | 100001 | 100110011 | 101100 | 101110 |
Color Harmonies of #AB429E
Complementary color
Monochromatic Colors of #AB429E
Black with #AB429E
Text Example
Text Example
White with #AB429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB429E; }
p { color: rgb(171,66,158); }
H1.HeaderClassName
{
color: #AB429E;
}
.AnyTagClassName
{
color: #AB429E;
}
</style>
background-color css
<style>
a { background-color: #AB429E; }
a { background-color: rgb(171,66,158); }
div.DivClassName
{
background-color: #AB429E;
}
.BgClassName
{
background-color: #AB429E;
}
</style>
border-color css
<style>
span { border-color: #AB429E; }
span { border-color: rgb(171,66,158); }
td.TdClassName
{
border-color: #AB429E;
}
.TagClassName
{
border-color: #AB429E;
}
</style>