Shades of Violet Blue #AC63A4
Tints of Violet Blue #AC63A4
RGB
CMYK
RGB Variations
Color information
#AC63A4 (or 0xAC63A4) is known color: Violet Blue. HEX triplet: AC, 63 and A4. RGB value is (172,99,164). Sum of RGB (Red+Green+Blue) = 172+99+164=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC63A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63A4 is #539C5B. Grayscale: #808080. Windows color (decimal): -5479516 or 10773420. OLE color: 10773420.
HSL color Cylindrical-coordinate representation of color #AC63A4: hue angle of 306.58º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC63A4 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 164 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.33 |
| HSL | 306.58º | 0.31% | 0.53% | - |
| HSV(B) | 306.58º | 0.42% | 0.67% | - |
| XYZ | 28.18 | 20.37 | 37.57 | - |
| YUV | 128.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 164 | 0 | 0.42 | 0.05 | 0.33 | 306.58 | 0.31 | 0.53 |
| Hex | AC | 63 | A4 | 0 | 2A | 5 | 21 | 133 | 1F | 35 |
| Octal | 254 | 143 | 244 | 0 | 52 | 5 | 41 | 463 | 37 | 65 |
| Binary | 10101100 | 1100011 | 10100100 | 0 | 101010 | 101 | 100001 | 100110011 | 11111 | 110101 |
Color Harmonies of #AC63A4
Complementary color
Monochromatic Colors of #AC63A4
Black with #AC63A4
Text Example
Text Example
White with #AC63A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63A4; }
p { color: rgb(172,99,164); }
H1.HeaderClassName
{
color: #AC63A4;
}
.AnyTagClassName
{
color: #AC63A4;
}
</style>
background-color css
<style>
a { background-color: #AC63A4; }
a { background-color: rgb(172,99,164); }
div.DivClassName
{
background-color: #AC63A4;
}
.BgClassName
{
background-color: #AC63A4;
}
</style>
border-color css
<style>
span { border-color: #AC63A4; }
span { border-color: rgb(172,99,164); }
td.TdClassName
{
border-color: #AC63A4;
}
.TagClassName
{
border-color: #AC63A4;
}
</style>