Shades of Violet Blue #AC639D
Tints of Violet Blue #AC639D
RGB
CMYK
RGB Variations
Color information
#AC639D (or 0xAC639D) is known color: Violet Blue. HEX triplet: AC, 63 and 9D. RGB value is (172,99,157). Sum of RGB (Red+Green+Blue) = 172+99+157=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC639D is #539C62. Grayscale: #7F7F7F. Windows color (decimal): -5479523 or 10314668. OLE color: 10314668.
HSL color Cylindrical-coordinate representation of color #AC639D: hue angle of 312.33º 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 #AC639D is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 157 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.33 |
| HSL | 312.33º | 0.31% | 0.53% | - |
| HSV(B) | 312.33º | 0.42% | 0.67% | - |
| XYZ | 27.56 | 20.13 | 34.33 | - |
| YUV | 127.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 157 | 0 | 0.42 | 0.09 | 0.33 | 312.33 | 0.31 | 0.53 |
| Hex | AC | 63 | 9D | 0 | 2A | 9 | 21 | 138 | 1F | 35 |
| Octal | 254 | 143 | 235 | 0 | 52 | 11 | 41 | 470 | 37 | 65 |
| Binary | 10101100 | 1100011 | 10011101 | 0 | 101010 | 1001 | 100001 | 100111000 | 11111 | 110101 |
Color Harmonies of #AC639D
Complementary color
Monochromatic Colors of #AC639D
Black with #AC639D
Text Example
Text Example
White with #AC639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC639D; }
p { color: rgb(172,99,157); }
H1.HeaderClassName
{
color: #AC639D;
}
.AnyTagClassName
{
color: #AC639D;
}
</style>
background-color css
<style>
a { background-color: #AC639D; }
a { background-color: rgb(172,99,157); }
div.DivClassName
{
background-color: #AC639D;
}
.BgClassName
{
background-color: #AC639D;
}
</style>
border-color css
<style>
span { border-color: #AC639D; }
span { border-color: rgb(172,99,157); }
td.TdClassName
{
border-color: #AC639D;
}
.TagClassName
{
border-color: #AC639D;
}
</style>