Shades of Blue Violet #AB38F5
Tints of Blue Violet #AB38F5
RGB
CMYK
RGB Variations
Color information
#AB38F5 (or 0xAB38F5) is known color: Blue Violet. HEX triplet: AB, 38 and F5. RGB value is (171,56,245). Sum of RGB (Red+Green+Blue) = 171+56+245=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB38F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB38F5 is #54C70A. Grayscale: #6F6F6F. Windows color (decimal): -5555979 or 16070827. OLE color: 16070827.
HSL color Cylindrical-coordinate representation of color #AB38F5: hue angle of 276.51º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB38F5 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 56 | 245 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.04 |
| HSL | 276.51º | 0.9% | 0.59% | - |
| HSV(B) | 276.51º | 0.77% | 0.96% | - |
| XYZ | 34.69 | 18.08 | 88.05 | - |
| YUV | 111.93 | 203.1 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 245 | 0.30 | 0.77 | 0 | 0.04 | 276.51 | 0.9 | 0.59 |
| Hex | AB | 38 | F5 | 1E | 4D | 0 | 4 | 115 | 5A | 3B |
| Octal | 253 | 70 | 365 | 36 | 115 | 0 | 4 | 425 | 132 | 73 |
| Binary | 10101011 | 111000 | 11110101 | 11110 | 1001101 | 0 | 100 | 100010101 | 1011010 | 111011 |
Color Harmonies of #AB38F5
Complementary color
Monochromatic Colors of #AB38F5
Black with #AB38F5
Text Example
Text Example
White with #AB38F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB38F5; }
p { color: rgb(171,56,245); }
H1.HeaderClassName
{
color: #AB38F5;
}
.AnyTagClassName
{
color: #AB38F5;
}
</style>
background-color css
<style>
a { background-color: #AB38F5; }
a { background-color: rgb(171,56,245); }
div.DivClassName
{
background-color: #AB38F5;
}
.BgClassName
{
background-color: #AB38F5;
}
</style>
border-color css
<style>
span { border-color: #AB38F5; }
span { border-color: rgb(171,56,245); }
td.TdClassName
{
border-color: #AB38F5;
}
.TagClassName
{
border-color: #AB38F5;
}
</style>