Shades of Violet Blue #A64399
Tints of Violet Blue #A64399
RGB
CMYK
RGB Variations
Color information
#A64399 (or 0xA64399) is known color: Violet Blue. HEX triplet: A6, 43 and 99. RGB value is (166,67,153). Sum of RGB (Red+Green+Blue) = 166+67+153=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A64399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64399 is #59BC66. Grayscale: #6A6A6A. Windows color (decimal): -5880935 or 10044326. OLE color: 10044326.
HSL color Cylindrical-coordinate representation of color #A64399: hue angle of 307.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64399 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 153 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.35 |
| HSL | 307.88º | 0.42% | 0.46% | - |
| HSV(B) | 307.88º | 0.6% | 0.65% | - |
| XYZ | 23.48 | 14.42 | 31.68 | - |
| YUV | 106.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 153 | 0 | 0.60 | 0.08 | 0.35 | 307.88 | 0.42 | 0.46 |
| Hex | A6 | 43 | 99 | 0 | 3C | 8 | 23 | 134 | 2A | 2E |
| Octal | 246 | 103 | 231 | 0 | 74 | 10 | 43 | 464 | 52 | 56 |
| Binary | 10100110 | 1000011 | 10011001 | 0 | 111100 | 1000 | 100011 | 100110100 | 101010 | 101110 |
Color Harmonies of #A64399
Complementary color
Monochromatic Colors of #A64399
Black with #A64399
Text Example
Text Example
White with #A64399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64399; }
p { color: rgb(166,67,153); }
H1.HeaderClassName
{
color: #A64399;
}
.AnyTagClassName
{
color: #A64399;
}
</style>
background-color css
<style>
a { background-color: #A64399; }
a { background-color: rgb(166,67,153); }
div.DivClassName
{
background-color: #A64399;
}
.BgClassName
{
background-color: #A64399;
}
</style>
border-color css
<style>
span { border-color: #A64399; }
span { border-color: rgb(166,67,153); }
td.TdClassName
{
border-color: #A64399;
}
.TagClassName
{
border-color: #A64399;
}
</style>