Shades of Blue Violet #AC42FA
Tints of Blue Violet #AC42FA
RGB
CMYK
RGB Variations
Color information
#AC42FA (or 0xAC42FA) is known color: Blue Violet. HEX triplet: AC, 42 and FA. RGB value is (172,66,250). Sum of RGB (Red+Green+Blue) = 172+66+250=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC42FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42FA is #53BD05. Grayscale: #767676. Windows color (decimal): -5487878 or 16401068. OLE color: 16401068.
HSL color Cylindrical-coordinate representation of color #AC42FA: hue angle of 274.57º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC42FA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 66 | 250 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.02 |
| HSL | 274.57º | 0.95% | 0.62% | - |
| HSV(B) | 274.57º | 0.74% | 0.98% | - |
| XYZ | 36.22 | 19.57 | 92.31 | - |
| YUV | 118.67 | 202.12 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 250 | 0.31 | 0.74 | 0 | 0.02 | 274.57 | 0.95 | 0.62 |
| Hex | AC | 42 | FA | 1F | 4A | 0 | 2 | 113 | 5F | 3E |
| Octal | 254 | 102 | 372 | 37 | 112 | 0 | 2 | 423 | 137 | 76 |
| Binary | 10101100 | 1000010 | 11111010 | 11111 | 1001010 | 0 | 10 | 100010011 | 1011111 | 111110 |
Color Harmonies of #AC42FA
Complementary color
Monochromatic Colors of #AC42FA
Black with #AC42FA
Text Example
Text Example
White with #AC42FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42FA; }
p { color: rgb(172,66,250); }
H1.HeaderClassName
{
color: #AC42FA;
}
.AnyTagClassName
{
color: #AC42FA;
}
</style>
background-color css
<style>
a { background-color: #AC42FA; }
a { background-color: rgb(172,66,250); }
div.DivClassName
{
background-color: #AC42FA;
}
.BgClassName
{
background-color: #AC42FA;
}
</style>
border-color css
<style>
span { border-color: #AC42FA; }
span { border-color: rgb(172,66,250); }
td.TdClassName
{
border-color: #AC42FA;
}
.TagClassName
{
border-color: #AC42FA;
}
</style>