Shades of Blue Violet #AB45FF
Tints of Blue Violet #AB45FF
RGB
CMYK
RGB Variations
Color information
#AB45FF (or 0xAB45FF) is known color: Blue Violet. HEX triplet: AB, 45 and FF. RGB value is (171,69,255). Sum of RGB (Red+Green+Blue) = 171+69+255=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB45FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45FF is #54BA00. Grayscale: #787878. Windows color (decimal): -5552641 or 16729515. OLE color: 16729515.
HSL color Cylindrical-coordinate representation of color #AB45FF: hue angle of 272.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB45FF is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 69 | 255 | - |
| CMYK | 0.33 | 0.73 | 0 | 0 |
| HSL | 272.9º | 1% | 0.64% | - |
| HSV(B) | 272.9º | 0.73% | 1% | - |
| XYZ | 36.97 | 20.13 | 96.55 | - |
| YUV | 120.7 | 203.79 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 255 | 0.33 | 0.73 | 0 | 0 | 272.9 | 1 | 0.64 |
| Hex | AB | 45 | FF | 21 | 49 | 0 | 0 | 111 | 64 | 40 |
| Octal | 253 | 105 | 377 | 41 | 111 | 0 | 0 | 421 | 144 | 100 |
| Binary | 10101011 | 1000101 | 11111111 | 100001 | 1001001 | 0 | 0 | 100010001 | 1100100 | 1000000 |
Color Harmonies of #AB45FF
Complementary color
Monochromatic Colors of #AB45FF
Black with #AB45FF
Text Example
Text Example
White with #AB45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45FF; }
p { color: rgb(171,69,255); }
H1.HeaderClassName
{
color: #AB45FF;
}
.AnyTagClassName
{
color: #AB45FF;
}
</style>
background-color css
<style>
a { background-color: #AB45FF; }
a { background-color: rgb(171,69,255); }
div.DivClassName
{
background-color: #AB45FF;
}
.BgClassName
{
background-color: #AB45FF;
}
</style>
border-color css
<style>
span { border-color: #AB45FF; }
span { border-color: rgb(171,69,255); }
td.TdClassName
{
border-color: #AB45FF;
}
.TagClassName
{
border-color: #AB45FF;
}
</style>