Shades of Violet Blue #AB38A6
Tints of Violet Blue #AB38A6
RGB
CMYK
RGB Variations
Color information
#AB38A6 (or 0xAB38A6) is known color: Violet Blue. HEX triplet: AB, 38 and A6. RGB value is (171,56,166). Sum of RGB (Red+Green+Blue) = 171+56+166=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB38A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB38A6 is #54C759. Grayscale: #666666. Windows color (decimal): -5556058 or 10893483. OLE color: 10893483.
HSL color Cylindrical-coordinate representation of color #AB38A6: hue angle of 302.61º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB38A6 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 166 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.33 |
| HSL | 302.61º | 0.51% | 0.45% | - |
| HSV(B) | 302.61º | 0.67% | 0.67% | - |
| XYZ | 25.09 | 14.24 | 37.5 | - |
| YUV | 102.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 166 | 0 | 0.67 | 0.03 | 0.33 | 302.61 | 0.51 | 0.45 |
| Hex | AB | 38 | A6 | 0 | 43 | 3 | 21 | 12F | 33 | 2D |
| Octal | 253 | 70 | 246 | 0 | 103 | 3 | 41 | 457 | 63 | 55 |
| Binary | 10101011 | 111000 | 10100110 | 0 | 1000011 | 11 | 100001 | 100101111 | 110011 | 101101 |
Color Harmonies of #AB38A6
Complementary color
Monochromatic Colors of #AB38A6
Black with #AB38A6
Text Example
Text Example
White with #AB38A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB38A6; }
p { color: rgb(171,56,166); }
H1.HeaderClassName
{
color: #AB38A6;
}
.AnyTagClassName
{
color: #AB38A6;
}
</style>
background-color css
<style>
a { background-color: #AB38A6; }
a { background-color: rgb(171,56,166); }
div.DivClassName
{
background-color: #AB38A6;
}
.BgClassName
{
background-color: #AB38A6;
}
</style>
border-color css
<style>
span { border-color: #AB38A6; }
span { border-color: rgb(171,56,166); }
td.TdClassName
{
border-color: #AB38A6;
}
.TagClassName
{
border-color: #AB38A6;
}
</style>