Shades of Blue Violet #AB33F5
Tints of Blue Violet #AB33F5
RGB
CMYK
RGB Variations
Color information
#AB33F5 (or 0xAB33F5) is known color: Blue Violet. HEX triplet: AB, 33 and F5. RGB value is (171,51,245). Sum of RGB (Red+Green+Blue) = 171+51+245=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB33F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB33F5 is #54CC0A. Grayscale: #6C6C6C. Windows color (decimal): -5557259 or 16069547. OLE color: 16069547.
HSL color Cylindrical-coordinate representation of color #AB33F5: hue angle of 277.11º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB33F5 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 51 | 245 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.04 |
| HSL | 277.11º | 0.91% | 0.58% | - |
| HSV(B) | 277.11º | 0.79% | 0.96% | - |
| XYZ | 34.46 | 17.62 | 87.97 | - |
| YUV | 109 | 204.76 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 245 | 0.30 | 0.79 | 0 | 0.04 | 277.11 | 0.91 | 0.58 |
| Hex | AB | 33 | F5 | 1E | 4F | 0 | 4 | 115 | 5B | 3A |
| Octal | 253 | 63 | 365 | 36 | 117 | 0 | 4 | 425 | 133 | 72 |
| Binary | 10101011 | 110011 | 11110101 | 11110 | 1001111 | 0 | 100 | 100010101 | 1011011 | 111010 |
Color Harmonies of #AB33F5
Complementary color
Monochromatic Colors of #AB33F5
Black with #AB33F5
Text Example
Text Example
White with #AB33F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB33F5; }
p { color: rgb(171,51,245); }
H1.HeaderClassName
{
color: #AB33F5;
}
.AnyTagClassName
{
color: #AB33F5;
}
</style>
background-color css
<style>
a { background-color: #AB33F5; }
a { background-color: rgb(171,51,245); }
div.DivClassName
{
background-color: #AB33F5;
}
.BgClassName
{
background-color: #AB33F5;
}
</style>
border-color css
<style>
span { border-color: #AB33F5; }
span { border-color: rgb(171,51,245); }
td.TdClassName
{
border-color: #AB33F5;
}
.TagClassName
{
border-color: #AB33F5;
}
</style>