Shades of Violet Blue #A64BA4
Tints of Violet Blue #A64BA4
RGB
CMYK
RGB Variations
Color information
#A64BA4 (or 0xA64BA4) is known color: Violet Blue. HEX triplet: A6, 4B and A4. RGB value is (166,75,164). Sum of RGB (Red+Green+Blue) = 166+75+164=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A64BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BA4 is #59B45B. Grayscale: #707070. Windows color (decimal): -5878876 or 10767270. OLE color: 10767270.
HSL color Cylindrical-coordinate representation of color #A64BA4: hue angle of 301.32º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64BA4 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 164 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.35 |
| HSL | 301.32º | 0.38% | 0.47% | - |
| HSV(B) | 301.32º | 0.55% | 0.65% | - |
| XYZ | 24.94 | 15.82 | 36.86 | - |
| YUV | 112.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 164 | 0 | 0.55 | 0.01 | 0.35 | 301.32 | 0.38 | 0.47 |
| Hex | A6 | 4B | A4 | 0 | 37 | 1 | 23 | 12D | 26 | 2F |
| Octal | 246 | 113 | 244 | 0 | 67 | 1 | 43 | 455 | 46 | 57 |
| Binary | 10100110 | 1001011 | 10100100 | 0 | 110111 | 1 | 100011 | 100101101 | 100110 | 101111 |
Color Harmonies of #A64BA4
Complementary color
Monochromatic Colors of #A64BA4
Black with #A64BA4
Text Example
Text Example
White with #A64BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BA4; }
p { color: rgb(166,75,164); }
H1.HeaderClassName
{
color: #A64BA4;
}
.AnyTagClassName
{
color: #A64BA4;
}
</style>
background-color css
<style>
a { background-color: #A64BA4; }
a { background-color: rgb(166,75,164); }
div.DivClassName
{
background-color: #A64BA4;
}
.BgClassName
{
background-color: #A64BA4;
}
</style>
border-color css
<style>
span { border-color: #A64BA4; }
span { border-color: rgb(166,75,164); }
td.TdClassName
{
border-color: #A64BA4;
}
.TagClassName
{
border-color: #A64BA4;
}
</style>