Shades of Blue Violet #AC2BED
Tints of Blue Violet #AC2BED
RGB
CMYK
RGB Variations
Color information
#AC2BED (or 0xAC2BED) is known color: Blue Violet. HEX triplet: AC, 2B and ED. RGB value is (172,43,237). Sum of RGB (Red+Green+Blue) = 172+43+237=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC2BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2BED is #53D412. Grayscale: #676767. Windows color (decimal): -5493779 or 15543212. OLE color: 15543212.
HSL color Cylindrical-coordinate representation of color #AC2BED: hue angle of 279.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2BED is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 43 | 237 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.07 |
| HSL | 279.9º | 0.84% | 0.55% | - |
| HSV(B) | 279.9º | 0.82% | 0.93% | - |
| XYZ | 33.16 | 16.61 | 81.58 | - |
| YUV | 103.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 237 | 0.27 | 0.82 | 0 | 0.07 | 279.9 | 0.84 | 0.55 |
| Hex | AC | 2B | ED | 1B | 52 | 0 | 7 | 118 | 54 | 37 |
| Octal | 254 | 53 | 355 | 33 | 122 | 0 | 7 | 430 | 124 | 67 |
| Binary | 10101100 | 101011 | 11101101 | 11011 | 1010010 | 0 | 111 | 100011000 | 1010100 | 110111 |
Color Harmonies of #AC2BED
Complementary color
Monochromatic Colors of #AC2BED
Black with #AC2BED
Text Example
Text Example
White with #AC2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BED; }
p { color: rgb(172,43,237); }
H1.HeaderClassName
{
color: #AC2BED;
}
.AnyTagClassName
{
color: #AC2BED;
}
</style>
background-color css
<style>
a { background-color: #AC2BED; }
a { background-color: rgb(172,43,237); }
div.DivClassName
{
background-color: #AC2BED;
}
.BgClassName
{
background-color: #AC2BED;
}
</style>
border-color css
<style>
span { border-color: #AC2BED; }
span { border-color: rgb(172,43,237); }
td.TdClassName
{
border-color: #AC2BED;
}
.TagClassName
{
border-color: #AC2BED;
}
</style>