Shades of Blue Violet #AC3FFB
Tints of Blue Violet #AC3FFB
RGB
CMYK
RGB Variations
Color information
#AC3FFB (or 0xAC3FFB) is known color: Blue Violet. HEX triplet: AC, 3F and FB. RGB value is (172,63,251). Sum of RGB (Red+Green+Blue) = 172+63+251=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC3FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3FFB is #53C004. Grayscale: #747474. Windows color (decimal): -5488645 or 16465836. OLE color: 16465836.
HSL color Cylindrical-coordinate representation of color #AC3FFB: hue angle of 274.79º 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 #AC3FFB is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 63 | 251 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.02 |
| HSL | 274.79º | 0.96% | 0.62% | - |
| HSV(B) | 274.79º | 0.75% | 0.98% | - |
| XYZ | 36.2 | 19.29 | 93.08 | - |
| YUV | 117.02 | 203.61 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 251 | 0.31 | 0.75 | 0 | 0.02 | 274.79 | 0.96 | 0.62 |
| Hex | AC | 3F | FB | 1F | 4B | 0 | 2 | 113 | 60 | 3E |
| Octal | 254 | 77 | 373 | 37 | 113 | 0 | 2 | 423 | 140 | 76 |
| Binary | 10101100 | 111111 | 11111011 | 11111 | 1001011 | 0 | 10 | 100010011 | 1100000 | 111110 |
Color Harmonies of #AC3FFB
Complementary color
Monochromatic Colors of #AC3FFB
Black with #AC3FFB
Text Example
Text Example
White with #AC3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FFB; }
p { color: rgb(172,63,251); }
H1.HeaderClassName
{
color: #AC3FFB;
}
.AnyTagClassName
{
color: #AC3FFB;
}
</style>
background-color css
<style>
a { background-color: #AC3FFB; }
a { background-color: rgb(172,63,251); }
div.DivClassName
{
background-color: #AC3FFB;
}
.BgClassName
{
background-color: #AC3FFB;
}
</style>
border-color css
<style>
span { border-color: #AC3FFB; }
span { border-color: rgb(172,63,251); }
td.TdClassName
{
border-color: #AC3FFB;
}
.TagClassName
{
border-color: #AC3FFB;
}
</style>