Shades of Blue Violet #AB45FA
Tints of Blue Violet #AB45FA
RGB
CMYK
RGB Variations
Color information
#AB45FA (or 0xAB45FA) is known color: Blue Violet. HEX triplet: AB, 45 and FA. RGB value is (171,69,250). Sum of RGB (Red+Green+Blue) = 171+69+250=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB45FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45FA is #54BA05. Grayscale: #777777. Windows color (decimal): -5552646 or 16401835. OLE color: 16401835.
HSL color Cylindrical-coordinate representation of color #AB45FA: hue angle of 273.81º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB45FA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 69 | 250 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.02 |
| HSL | 273.81º | 0.95% | 0.63% | - |
| HSV(B) | 273.81º | 0.72% | 0.98% | - |
| XYZ | 36.18 | 19.82 | 92.36 | - |
| YUV | 120.13 | 201.29 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 250 | 0.32 | 0.72 | 0 | 0.02 | 273.81 | 0.95 | 0.63 |
| Hex | AB | 45 | FA | 20 | 48 | 0 | 2 | 112 | 5F | 3F |
| Octal | 253 | 105 | 372 | 40 | 110 | 0 | 2 | 422 | 137 | 77 |
| Binary | 10101011 | 1000101 | 11111010 | 100000 | 1001000 | 0 | 10 | 100010010 | 1011111 | 111111 |
Color Harmonies of #AB45FA
Complementary color
Monochromatic Colors of #AB45FA
Black with #AB45FA
Text Example
Text Example
White with #AB45FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45FA; }
p { color: rgb(171,69,250); }
H1.HeaderClassName
{
color: #AB45FA;
}
.AnyTagClassName
{
color: #AB45FA;
}
</style>
background-color css
<style>
a { background-color: #AB45FA; }
a { background-color: rgb(171,69,250); }
div.DivClassName
{
background-color: #AB45FA;
}
.BgClassName
{
background-color: #AB45FA;
}
</style>
border-color css
<style>
span { border-color: #AB45FA; }
span { border-color: rgb(171,69,250); }
td.TdClassName
{
border-color: #AB45FA;
}
.TagClassName
{
border-color: #AB45FA;
}
</style>