Shades of Violet Blue #A64B9B
Tints of Violet Blue #A64B9B
RGB
CMYK
RGB Variations
Color information
#A64B9B (or 0xA64B9B) is known color: Violet Blue. HEX triplet: A6, 4B and 9B. RGB value is (166,75,155). Sum of RGB (Red+Green+Blue) = 166+75+155=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B9B is #59B464. Grayscale: #6F6F6F. Windows color (decimal): -5878885 or 10177446. OLE color: 10177446.
HSL color Cylindrical-coordinate representation of color #A64B9B: hue angle of 307.25º 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 #A64B9B is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 155 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.35 |
| HSL | 307.25º | 0.38% | 0.47% | - |
| HSV(B) | 307.25º | 0.55% | 0.65% | - |
| XYZ | 24.16 | 15.51 | 32.73 | - |
| YUV | 111.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 155 | 0 | 0.55 | 0.07 | 0.35 | 307.25 | 0.38 | 0.47 |
| Hex | A6 | 4B | 9B | 0 | 37 | 7 | 23 | 133 | 26 | 2F |
| Octal | 246 | 113 | 233 | 0 | 67 | 7 | 43 | 463 | 46 | 57 |
| Binary | 10100110 | 1001011 | 10011011 | 0 | 110111 | 111 | 100011 | 100110011 | 100110 | 101111 |
Color Harmonies of #A64B9B
Complementary color
Monochromatic Colors of #A64B9B
Black with #A64B9B
Text Example
Text Example
White with #A64B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B9B; }
p { color: rgb(166,75,155); }
H1.HeaderClassName
{
color: #A64B9B;
}
.AnyTagClassName
{
color: #A64B9B;
}
</style>
background-color css
<style>
a { background-color: #A64B9B; }
a { background-color: rgb(166,75,155); }
div.DivClassName
{
background-color: #A64B9B;
}
.BgClassName
{
background-color: #A64B9B;
}
</style>
border-color css
<style>
span { border-color: #A64B9B; }
span { border-color: rgb(166,75,155); }
td.TdClassName
{
border-color: #A64B9B;
}
.TagClassName
{
border-color: #A64B9B;
}
</style>