Shades of Blue Violet #AB27FF
Tints of Blue Violet #AB27FF
RGB
CMYK
RGB Variations
Color information
#AB27FF (or 0xAB27FF) is known color: Blue Violet. HEX triplet: AB, 27 and FF. RGB value is (171,39,255). Sum of RGB (Red+Green+Blue) = 171+39+255=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB27FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB27FF is #54D800. Grayscale: #666666. Windows color (decimal): -5560321 or 16721835. OLE color: 16721835.
HSL color Cylindrical-coordinate representation of color #AB27FF: hue angle of 276.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB27FF is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 39 | 255 | - |
| CMYK | 0.33 | 0.85 | 0 | 0 |
| HSL | 276.67º | 1% | 0.58% | - |
| HSV(B) | 276.67º | 0.85% | 1% | - |
| XYZ | 35.57 | 17.33 | 96.08 | - |
| YUV | 103.09 | 213.73 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 255 | 0.33 | 0.85 | 0 | 0 | 276.67 | 1 | 0.58 |
| Hex | AB | 27 | FF | 21 | 55 | 0 | 0 | 115 | 64 | 3A |
| Octal | 253 | 47 | 377 | 41 | 125 | 0 | 0 | 425 | 144 | 72 |
| Binary | 10101011 | 100111 | 11111111 | 100001 | 1010101 | 0 | 0 | 100010101 | 1100100 | 111010 |
Color Harmonies of #AB27FF
Complementary color
Monochromatic Colors of #AB27FF
Black with #AB27FF
Text Example
Text Example
White with #AB27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB27FF; }
p { color: rgb(171,39,255); }
H1.HeaderClassName
{
color: #AB27FF;
}
.AnyTagClassName
{
color: #AB27FF;
}
</style>
background-color css
<style>
a { background-color: #AB27FF; }
a { background-color: rgb(171,39,255); }
div.DivClassName
{
background-color: #AB27FF;
}
.BgClassName
{
background-color: #AB27FF;
}
</style>
border-color css
<style>
span { border-color: #AB27FF; }
span { border-color: rgb(171,39,255); }
td.TdClassName
{
border-color: #AB27FF;
}
.TagClassName
{
border-color: #AB27FF;
}
</style>