Shades of Violet Blue #A64C8F
Tints of Violet Blue #A64C8F
RGB
CMYK
RGB Variations
Color information
#A64C8F (or 0xA64C8F) is known color: Violet Blue. HEX triplet: A6, 4C and 8F. RGB value is (166,76,143). Sum of RGB (Red+Green+Blue) = 166+76+143=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64C8F is #59B370. Grayscale: #6E6E6E. Windows color (decimal): -5878641 or 9391270. OLE color: 9391270.
HSL color Cylindrical-coordinate representation of color #A64C8F: hue angle of 315.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64C8F is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 143 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.35 |
| HSL | 315.33º | 0.37% | 0.47% | - |
| HSV(B) | 315.33º | 0.54% | 0.65% | - |
| XYZ | 23.27 | 15.26 | 27.71 | - |
| YUV | 110.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 143 | 0 | 0.54 | 0.14 | 0.35 | 315.33 | 0.37 | 0.47 |
| Hex | A6 | 4C | 8F | 0 | 36 | E | 23 | 13B | 25 | 2F |
| Octal | 246 | 114 | 217 | 0 | 66 | 16 | 43 | 473 | 45 | 57 |
| Binary | 10100110 | 1001100 | 10001111 | 0 | 110110 | 1110 | 100011 | 100111011 | 100101 | 101111 |
Color Harmonies of #A64C8F
Complementary color
Monochromatic Colors of #A64C8F
Black with #A64C8F
Text Example
Text Example
White with #A64C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C8F; }
p { color: rgb(166,76,143); }
H1.HeaderClassName
{
color: #A64C8F;
}
.AnyTagClassName
{
color: #A64C8F;
}
</style>
background-color css
<style>
a { background-color: #A64C8F; }
a { background-color: rgb(166,76,143); }
div.DivClassName
{
background-color: #A64C8F;
}
.BgClassName
{
background-color: #A64C8F;
}
</style>
border-color css
<style>
span { border-color: #A64C8F; }
span { border-color: rgb(166,76,143); }
td.TdClassName
{
border-color: #A64C8F;
}
.TagClassName
{
border-color: #A64C8F;
}
</style>