Shades of Violet Blue #AC3FA5
Tints of Violet Blue #AC3FA5
RGB
CMYK
RGB Variations
Color information
#AC3FA5 (or 0xAC3FA5) is known color: Violet Blue. HEX triplet: AC, 3F and A5. RGB value is (172,63,165). Sum of RGB (Red+Green+Blue) = 172+63+165=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FA5 is #53C05A. Grayscale: #6A6A6A. Windows color (decimal): -5488731 or 10829740. OLE color: 10829740.
HSL color Cylindrical-coordinate representation of color #AC3FA5: hue angle of 303.85º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3FA5 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 165 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.33 |
| HSL | 303.85º | 0.46% | 0.46% | - |
| HSV(B) | 303.85º | 0.63% | 0.67% | - |
| XYZ | 25.58 | 15.04 | 37.15 | - |
| YUV | 107.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 165 | 0 | 0.63 | 0.04 | 0.33 | 303.85 | 0.46 | 0.46 |
| Hex | AC | 3F | A5 | 0 | 3F | 4 | 21 | 130 | 2E | 2E |
| Octal | 254 | 77 | 245 | 0 | 77 | 4 | 41 | 460 | 56 | 56 |
| Binary | 10101100 | 111111 | 10100101 | 0 | 111111 | 100 | 100001 | 100110000 | 101110 | 101110 |
Color Harmonies of #AC3FA5
Complementary color
Monochromatic Colors of #AC3FA5
Black with #AC3FA5
Text Example
Text Example
White with #AC3FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FA5; }
p { color: rgb(172,63,165); }
H1.HeaderClassName
{
color: #AC3FA5;
}
.AnyTagClassName
{
color: #AC3FA5;
}
</style>
background-color css
<style>
a { background-color: #AC3FA5; }
a { background-color: rgb(172,63,165); }
div.DivClassName
{
background-color: #AC3FA5;
}
.BgClassName
{
background-color: #AC3FA5;
}
</style>
border-color css
<style>
span { border-color: #AC3FA5; }
span { border-color: rgb(172,63,165); }
td.TdClassName
{
border-color: #AC3FA5;
}
.TagClassName
{
border-color: #AC3FA5;
}
</style>