Shades of Blue Violet #AC42FF
Tints of Blue Violet #AC42FF
RGB
CMYK
RGB Variations
Color information
#AC42FF (or 0xAC42FF) is known color: Blue Violet. HEX triplet: AC, 42 and FF. RGB value is (172,66,255). Sum of RGB (Red+Green+Blue) = 172+66+255=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC42FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42FF is #53BD00. Grayscale: #767676. Windows color (decimal): -5487873 or 16728748. OLE color: 16728748.
HSL color Cylindrical-coordinate representation of color #AC42FF: hue angle of 273.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC42FF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 66 | 255 | - |
| CMYK | 0.33 | 0.74 | 0 | 0 |
| HSL | 273.65º | 1% | 0.63% | - |
| HSV(B) | 273.65º | 0.74% | 1% | - |
| XYZ | 37.01 | 19.89 | 96.5 | - |
| YUV | 119.24 | 204.62 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 255 | 0.33 | 0.74 | 0 | 0 | 273.65 | 1 | 0.63 |
| Hex | AC | 42 | FF | 21 | 4A | 0 | 0 | 112 | 64 | 3F |
| Octal | 254 | 102 | 377 | 41 | 112 | 0 | 0 | 422 | 144 | 77 |
| Binary | 10101100 | 1000010 | 11111111 | 100001 | 1001010 | 0 | 0 | 100010010 | 1100100 | 111111 |
Color Harmonies of #AC42FF
Complementary color
Monochromatic Colors of #AC42FF
Black with #AC42FF
Text Example
Text Example
White with #AC42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42FF; }
p { color: rgb(172,66,255); }
H1.HeaderClassName
{
color: #AC42FF;
}
.AnyTagClassName
{
color: #AC42FF;
}
</style>
background-color css
<style>
a { background-color: #AC42FF; }
a { background-color: rgb(172,66,255); }
div.DivClassName
{
background-color: #AC42FF;
}
.BgClassName
{
background-color: #AC42FF;
}
</style>
border-color css
<style>
span { border-color: #AC42FF; }
span { border-color: rgb(172,66,255); }
td.TdClassName
{
border-color: #AC42FF;
}
.TagClassName
{
border-color: #AC42FF;
}
</style>