Shades of Violet Blue #AB38A1
Tints of Violet Blue #AB38A1
RGB
CMYK
RGB Variations
Color information
#AB38A1 (or 0xAB38A1) is known color: Violet Blue. HEX triplet: AB, 38 and A1. RGB value is (171,56,161). Sum of RGB (Red+Green+Blue) = 171+56+161=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB38A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB38A1 is #54C75E. Grayscale: #666666. Windows color (decimal): -5556063 or 10565803. OLE color: 10565803.
HSL color Cylindrical-coordinate representation of color #AB38A1: hue angle of 305.22º 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 #AB38A1 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 161 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.33 |
| HSL | 305.22º | 0.51% | 0.45% | - |
| HSV(B) | 305.22º | 0.67% | 0.67% | - |
| XYZ | 24.64 | 14.06 | 35.13 | - |
| YUV | 102.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 161 | 0 | 0.67 | 0.06 | 0.33 | 305.22 | 0.51 | 0.45 |
| Hex | AB | 38 | A1 | 0 | 43 | 6 | 21 | 131 | 33 | 2D |
| Octal | 253 | 70 | 241 | 0 | 103 | 6 | 41 | 461 | 63 | 55 |
| Binary | 10101011 | 111000 | 10100001 | 0 | 1000011 | 110 | 100001 | 100110001 | 110011 | 101101 |
Color Harmonies of #AB38A1
Complementary color
Monochromatic Colors of #AB38A1
Black with #AB38A1
Text Example
Text Example
White with #AB38A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB38A1; }
p { color: rgb(171,56,161); }
H1.HeaderClassName
{
color: #AB38A1;
}
.AnyTagClassName
{
color: #AB38A1;
}
</style>
background-color css
<style>
a { background-color: #AB38A1; }
a { background-color: rgb(171,56,161); }
div.DivClassName
{
background-color: #AB38A1;
}
.BgClassName
{
background-color: #AB38A1;
}
</style>
border-color css
<style>
span { border-color: #AB38A1; }
span { border-color: rgb(171,56,161); }
td.TdClassName
{
border-color: #AB38A1;
}
.TagClassName
{
border-color: #AB38A1;
}
</style>