Shades of Violet Blue #AC73B2
Tints of Violet Blue #AC73B2
RGB
CMYK
RGB Variations
Color information
#AC73B2 (or 0xAC73B2) is known color: Violet Blue. HEX triplet: AC, 73 and B2. RGB value is (172,115,178). Sum of RGB (Red+Green+Blue) = 172+115+178=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC73B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC73B2 is #538C4D. Grayscale: #8B8B8B. Windows color (decimal): -5475406 or 11695020. OLE color: 11695020.
HSL color Cylindrical-coordinate representation of color #AC73B2: hue angle of 294.29º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC73B2 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 115 | 178 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.30 |
| HSL | 294.29º | 0.29% | 0.57% | - |
| HSV(B) | 294.29º | 0.35% | 0.7% | - |
| XYZ | 31.18 | 24.25 | 45.16 | - |
| YUV | 139.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 178 | 0.03 | 0.35 | 0 | 0.30 | 294.29 | 0.29 | 0.57 |
| Hex | AC | 73 | B2 | 3 | 23 | 0 | 1E | 126 | 1D | 39 |
| Octal | 254 | 163 | 262 | 3 | 43 | 0 | 36 | 446 | 35 | 71 |
| Binary | 10101100 | 1110011 | 10110010 | 11 | 100011 | 0 | 11110 | 100100110 | 11101 | 111001 |
Color Harmonies of #AC73B2
Complementary color
Monochromatic Colors of #AC73B2
Black with #AC73B2
Text Example
Text Example
White with #AC73B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73B2; }
p { color: rgb(172,115,178); }
H1.HeaderClassName
{
color: #AC73B2;
}
.AnyTagClassName
{
color: #AC73B2;
}
</style>
background-color css
<style>
a { background-color: #AC73B2; }
a { background-color: rgb(172,115,178); }
div.DivClassName
{
background-color: #AC73B2;
}
.BgClassName
{
background-color: #AC73B2;
}
</style>
border-color css
<style>
span { border-color: #AC73B2; }
span { border-color: rgb(172,115,178); }
td.TdClassName
{
border-color: #AC73B2;
}
.TagClassName
{
border-color: #AC73B2;
}
</style>