Shades of Violet Blue #AB449D
Tints of Violet Blue #AB449D
RGB
CMYK
RGB Variations
Color information
#AB449D (or 0xAB449D) is known color: Violet Blue. HEX triplet: AB, 44 and 9D. RGB value is (171,68,157). Sum of RGB (Red+Green+Blue) = 171+68+157=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB449D is #54BB62. Grayscale: #6C6C6C. Windows color (decimal): -5552995 or 10306731. OLE color: 10306731.
HSL color Cylindrical-coordinate representation of color #AB449D: hue angle of 308.16º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB449D is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 157 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.33 |
| HSL | 308.16º | 0.43% | 0.47% | - |
| HSV(B) | 308.16º | 0.6% | 0.67% | - |
| XYZ | 24.95 | 15.23 | 33.52 | - |
| YUV | 108.94 | 155.12 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 157 | 0 | 0.60 | 0.08 | 0.33 | 308.16 | 0.43 | 0.47 |
| Hex | AB | 44 | 9D | 0 | 3C | 8 | 21 | 134 | 2B | 2F |
| Octal | 253 | 104 | 235 | 0 | 74 | 10 | 41 | 464 | 53 | 57 |
| Binary | 10101011 | 1000100 | 10011101 | 0 | 111100 | 1000 | 100001 | 100110100 | 101011 | 101111 |
Color Harmonies of #AB449D
Complementary color
Monochromatic Colors of #AB449D
Black with #AB449D
Text Example
Text Example
White with #AB449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB449D; }
p { color: rgb(171,68,157); }
H1.HeaderClassName
{
color: #AB449D;
}
.AnyTagClassName
{
color: #AB449D;
}
</style>
background-color css
<style>
a { background-color: #AB449D; }
a { background-color: rgb(171,68,157); }
div.DivClassName
{
background-color: #AB449D;
}
.BgClassName
{
background-color: #AB449D;
}
</style>
border-color css
<style>
span { border-color: #AB449D; }
span { border-color: rgb(171,68,157); }
td.TdClassName
{
border-color: #AB449D;
}
.TagClassName
{
border-color: #AB449D;
}
</style>