Shades of Blue Violet #AC40FB
Tints of Blue Violet #AC40FB
RGB
CMYK
RGB Variations
Color information
#AC40FB (or 0xAC40FB) is known color: Blue Violet. HEX triplet: AC, 40 and FB. RGB value is (172,64,251). Sum of RGB (Red+Green+Blue) = 172+64+251=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40FB is #53BF04. Grayscale: #747474. Windows color (decimal): -5488389 or 16466092. OLE color: 16466092.
HSL color Cylindrical-coordinate representation of color #AC40FB: hue angle of 274.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC40FB is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 64 | 251 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.02 |
| HSL | 274.65º | 0.96% | 0.62% | - |
| HSV(B) | 274.65º | 0.75% | 0.98% | - |
| XYZ | 36.26 | 19.4 | 93.1 | - |
| YUV | 117.61 | 203.28 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 251 | 0.31 | 0.75 | 0 | 0.02 | 274.65 | 0.96 | 0.62 |
| Hex | AC | 40 | FB | 1F | 4B | 0 | 2 | 113 | 60 | 3E |
| Octal | 254 | 100 | 373 | 37 | 113 | 0 | 2 | 423 | 140 | 76 |
| Binary | 10101100 | 1000000 | 11111011 | 11111 | 1001011 | 0 | 10 | 100010011 | 1100000 | 111110 |
Color Harmonies of #AC40FB
Complementary color
Monochromatic Colors of #AC40FB
Black with #AC40FB
Text Example
Text Example
White with #AC40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40FB; }
p { color: rgb(172,64,251); }
H1.HeaderClassName
{
color: #AC40FB;
}
.AnyTagClassName
{
color: #AC40FB;
}
</style>
background-color css
<style>
a { background-color: #AC40FB; }
a { background-color: rgb(172,64,251); }
div.DivClassName
{
background-color: #AC40FB;
}
.BgClassName
{
background-color: #AC40FB;
}
</style>
border-color css
<style>
span { border-color: #AC40FB; }
span { border-color: rgb(172,64,251); }
td.TdClassName
{
border-color: #AC40FB;
}
.TagClassName
{
border-color: #AC40FB;
}
</style>