Shades of Violet Blue #A64099
Tints of Violet Blue #A64099
RGB
CMYK
RGB Variations
Color information
#A64099 (or 0xA64099) is known color: Violet Blue. HEX triplet: A6, 40 and 99. RGB value is (166,64,153). Sum of RGB (Red+Green+Blue) = 166+64+153=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A64099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64099 is #59BF66. Grayscale: #686868. Windows color (decimal): -5881703 or 10043558. OLE color: 10043558.
HSL color Cylindrical-coordinate representation of color #A64099: hue angle of 307.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64099 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 153 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.35 |
| HSL | 307.65º | 0.44% | 0.45% | - |
| HSV(B) | 307.65º | 0.61% | 0.65% | - |
| XYZ | 23.31 | 14.07 | 31.62 | - |
| YUV | 104.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 153 | 0 | 0.61 | 0.08 | 0.35 | 307.65 | 0.44 | 0.45 |
| Hex | A6 | 40 | 99 | 0 | 3D | 8 | 23 | 134 | 2C | 2D |
| Octal | 246 | 100 | 231 | 0 | 75 | 10 | 43 | 464 | 54 | 55 |
| Binary | 10100110 | 1000000 | 10011001 | 0 | 111101 | 1000 | 100011 | 100110100 | 101100 | 101101 |
Color Harmonies of #A64099
Complementary color
Monochromatic Colors of #A64099
Black with #A64099
Text Example
Text Example
White with #A64099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64099; }
p { color: rgb(166,64,153); }
H1.HeaderClassName
{
color: #A64099;
}
.AnyTagClassName
{
color: #A64099;
}
</style>
background-color css
<style>
a { background-color: #A64099; }
a { background-color: rgb(166,64,153); }
div.DivClassName
{
background-color: #A64099;
}
.BgClassName
{
background-color: #A64099;
}
</style>
border-color css
<style>
span { border-color: #A64099; }
span { border-color: rgb(166,64,153); }
td.TdClassName
{
border-color: #A64099;
}
.TagClassName
{
border-color: #A64099;
}
</style>