Shades of Violet Blue #AB409D
Tints of Violet Blue #AB409D
RGB
CMYK
RGB Variations
Color information
#AB409D (or 0xAB409D) is known color: Violet Blue. HEX triplet: AB, 40 and 9D. RGB value is (171,64,157). Sum of RGB (Red+Green+Blue) = 171+64+157=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB409D is #54BF62. Grayscale: #6A6A6A. Windows color (decimal): -5554019 or 10305707. OLE color: 10305707.
HSL color Cylindrical-coordinate representation of color #AB409D: hue angle of 307.85º 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 #AB409D is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 157 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.33 |
| HSL | 307.85º | 0.46% | 0.46% | - |
| HSV(B) | 307.85º | 0.63% | 0.67% | - |
| XYZ | 24.71 | 14.76 | 33.44 | - |
| YUV | 106.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 157 | 0 | 0.63 | 0.08 | 0.33 | 307.85 | 0.46 | 0.46 |
| Hex | AB | 40 | 9D | 0 | 3F | 8 | 21 | 134 | 2E | 2E |
| Octal | 253 | 100 | 235 | 0 | 77 | 10 | 41 | 464 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10011101 | 0 | 111111 | 1000 | 100001 | 100110100 | 101110 | 101110 |
Color Harmonies of #AB409D
Complementary color
Monochromatic Colors of #AB409D
Black with #AB409D
Text Example
Text Example
White with #AB409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB409D; }
p { color: rgb(171,64,157); }
H1.HeaderClassName
{
color: #AB409D;
}
.AnyTagClassName
{
color: #AB409D;
}
</style>
background-color css
<style>
a { background-color: #AB409D; }
a { background-color: rgb(171,64,157); }
div.DivClassName
{
background-color: #AB409D;
}
.BgClassName
{
background-color: #AB409D;
}
</style>
border-color css
<style>
span { border-color: #AB409D; }
span { border-color: rgb(171,64,157); }
td.TdClassName
{
border-color: #AB409D;
}
.TagClassName
{
border-color: #AB409D;
}
</style>