Shades of Violet Blue #AC6CA5
Tints of Violet Blue #AC6CA5
RGB
CMYK
RGB Variations
Color information
#AC6CA5 (or 0xAC6CA5) is known color: Violet Blue. HEX triplet: AC, 6C and A5. RGB value is (172,108,165). Sum of RGB (Red+Green+Blue) = 172+108+165=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6CA5 is #53935A. Grayscale: #858585. Windows color (decimal): -5477211 or 10841260. OLE color: 10841260.
HSL color Cylindrical-coordinate representation of color #AC6CA5: hue angle of 306.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6CA5 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 165 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.33 |
| HSL | 306.56º | 0.28% | 0.55% | - |
| HSV(B) | 306.56º | 0.37% | 0.67% | - |
| XYZ | 29.17 | 22.21 | 38.35 | - |
| YUV | 133.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 165 | 0 | 0.37 | 0.04 | 0.33 | 306.56 | 0.28 | 0.55 |
| Hex | AC | 6C | A5 | 0 | 25 | 4 | 21 | 133 | 1C | 37 |
| Octal | 254 | 154 | 245 | 0 | 45 | 4 | 41 | 463 | 34 | 67 |
| Binary | 10101100 | 1101100 | 10100101 | 0 | 100101 | 100 | 100001 | 100110011 | 11100 | 110111 |
Color Harmonies of #AC6CA5
Complementary color
Monochromatic Colors of #AC6CA5
Black with #AC6CA5
Text Example
Text Example
White with #AC6CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CA5; }
p { color: rgb(172,108,165); }
H1.HeaderClassName
{
color: #AC6CA5;
}
.AnyTagClassName
{
color: #AC6CA5;
}
</style>
background-color css
<style>
a { background-color: #AC6CA5; }
a { background-color: rgb(172,108,165); }
div.DivClassName
{
background-color: #AC6CA5;
}
.BgClassName
{
background-color: #AC6CA5;
}
</style>
border-color css
<style>
span { border-color: #AC6CA5; }
span { border-color: rgb(172,108,165); }
td.TdClassName
{
border-color: #AC6CA5;
}
.TagClassName
{
border-color: #AC6CA5;
}
</style>