Shades of Blue Violet #AB2FFF
Tints of Blue Violet #AB2FFF
RGB
CMYK
RGB Variations
Color information
#AB2FFF (or 0xAB2FFF) is known color: Blue Violet. HEX triplet: AB, 2F and FF. RGB value is (171,47,255). Sum of RGB (Red+Green+Blue) = 171+47+255=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB2FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2FFF is #54D000. Grayscale: #6B6B6B. Windows color (decimal): -5558273 or 16723883. OLE color: 16723883.
HSL color Cylindrical-coordinate representation of color #AB2FFF: hue angle of 275.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2FFF is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 47 | 255 | - |
| CMYK | 0.33 | 0.82 | 0 | 0 |
| HSL | 275.77º | 1% | 0.59% | - |
| HSV(B) | 275.77º | 0.82% | 1% | - |
| XYZ | 35.86 | 17.91 | 96.17 | - |
| YUV | 107.79 | 211.08 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 255 | 0.33 | 0.82 | 0 | 0 | 275.77 | 1 | 0.59 |
| Hex | AB | 2F | FF | 21 | 52 | 0 | 0 | 114 | 64 | 3B |
| Octal | 253 | 57 | 377 | 41 | 122 | 0 | 0 | 424 | 144 | 73 |
| Binary | 10101011 | 101111 | 11111111 | 100001 | 1010010 | 0 | 0 | 100010100 | 1100100 | 111011 |
Color Harmonies of #AB2FFF
Complementary color
Monochromatic Colors of #AB2FFF
Black with #AB2FFF
Text Example
Text Example
White with #AB2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FFF; }
p { color: rgb(171,47,255); }
H1.HeaderClassName
{
color: #AB2FFF;
}
.AnyTagClassName
{
color: #AB2FFF;
}
</style>
background-color css
<style>
a { background-color: #AB2FFF; }
a { background-color: rgb(171,47,255); }
div.DivClassName
{
background-color: #AB2FFF;
}
.BgClassName
{
background-color: #AB2FFF;
}
</style>
border-color css
<style>
span { border-color: #AB2FFF; }
span { border-color: rgb(171,47,255); }
td.TdClassName
{
border-color: #AB2FFF;
}
.TagClassName
{
border-color: #AB2FFF;
}
</style>