Shades of Blue Violet #AB3CFE
Tints of Blue Violet #AB3CFE
RGB
CMYK
RGB Variations
Color information
#AB3CFE (or 0xAB3CFE) is known color: Blue Violet. HEX triplet: AB, 3C and FE. RGB value is (171,60,254). Sum of RGB (Red+Green+Blue) = 171+60+254=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB3CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CFE is #54C301. Grayscale: #727272. Windows color (decimal): -5554946 or 16661675. OLE color: 16661675.
HSL color Cylindrical-coordinate representation of color #AB3CFE: hue angle of 274.33º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB3CFE is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 60 | 254 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.00 |
| HSL | 274.33º | 0.99% | 0.62% | - |
| HSV(B) | 274.33º | 0.76% | 1% | - |
| XYZ | 36.3 | 19.05 | 95.53 | - |
| YUV | 115.31 | 206.27 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 254 | 0.33 | 0.76 | 0 | 0.00 | 274.33 | 0.99 | 0.62 |
| Hex | AB | 3C | FE | 21 | 4C | 0 | 0 | 112 | 63 | 3E |
| Octal | 253 | 74 | 376 | 41 | 114 | 0 | 0 | 422 | 143 | 76 |
| Binary | 10101011 | 111100 | 11111110 | 100001 | 1001100 | 0 | 0 | 100010010 | 1100011 | 111110 |
Color Harmonies of #AB3CFE
Complementary color
Monochromatic Colors of #AB3CFE
Black with #AB3CFE
Text Example
Text Example
White with #AB3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CFE; }
p { color: rgb(171,60,254); }
H1.HeaderClassName
{
color: #AB3CFE;
}
.AnyTagClassName
{
color: #AB3CFE;
}
</style>
background-color css
<style>
a { background-color: #AB3CFE; }
a { background-color: rgb(171,60,254); }
div.DivClassName
{
background-color: #AB3CFE;
}
.BgClassName
{
background-color: #AB3CFE;
}
</style>
border-color css
<style>
span { border-color: #AB3CFE; }
span { border-color: rgb(171,60,254); }
td.TdClassName
{
border-color: #AB3CFE;
}
.TagClassName
{
border-color: #AB3CFE;
}
</style>