Shades of Blue Violet #AC2FFC
Tints of Blue Violet #AC2FFC
RGB
CMYK
RGB Variations
Color information
#AC2FFC (or 0xAC2FFC) is known color: Blue Violet. HEX triplet: AC, 2F and FC. RGB value is (172,47,252). Sum of RGB (Red+Green+Blue) = 172+47+252=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC2FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2FFC is #53D003. Grayscale: #6B6B6B. Windows color (decimal): -5492740 or 16527276. OLE color: 16527276.
HSL color Cylindrical-coordinate representation of color #AC2FFC: hue angle of 276.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2FFC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 47 | 252 | - |
CMYK | 0.32 | 0.81 | 0 | 0.01 |
HSL | 276.59º | 0.97% | 0.59% | - |
HSV(B) | 276.59º | 0.81% | 0.99% | - |
XYZ | 35.6 | 17.83 | 93.66 | - |
YUV | 107.75 | 209.41 | 173.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 47 | 252 | 0.32 | 0.81 | 0 | 0.01 | 276.59 | 0.97 | 0.59 |
Hex | AC | 2F | FC | 20 | 51 | 0 | 1 | 115 | 61 | 3B |
Octal | 254 | 57 | 374 | 40 | 121 | 0 | 1 | 425 | 141 | 73 |
Binary | 10101100 | 101111 | 11111100 | 100000 | 1010001 | 0 | 1 | 100010101 | 1100001 | 111011 |
Color Harmonies of #AC2FFC
Complementary color
Monochromatic Colors of #AC2FFC
Black with #AC2FFC
Text Example
Text Example
White with #AC2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FFC; }
p { color: rgb(172,47,252); }
H1.HeaderClassName
{
color: #AC2FFC;
}
.AnyTagClassName
{
color: #AC2FFC;
}
</style>
background-color css
<style>
a { background-color: #AC2FFC; }
a { background-color: rgb(172,47,252); }
div.DivClassName
{
background-color: #AC2FFC;
}
.BgClassName
{
background-color: #AC2FFC;
}
</style>
border-color css
<style>
span { border-color: #AC2FFC; }
span { border-color: rgb(172,47,252); }
td.TdClassName
{
border-color: #AC2FFC;
}
.TagClassName
{
border-color: #AC2FFC;
}
</style>