Shades of Violet Blue #A641AB
Tints of Violet Blue #A641AB
RGB
CMYK
RGB Variations
Color information
#A641AB (or 0xA641AB) is known color: Violet Blue. HEX triplet: A6, 41 and AB. RGB value is (166,65,171). Sum of RGB (Red+Green+Blue) = 166+65+171=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #A641AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A641AB is #59BE54. Grayscale: #6A6A6A. Windows color (decimal): -5881429 or 11223462. OLE color: 11223462.
HSL color Cylindrical-coordinate representation of color #A641AB: hue angle of 297.17º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A641AB is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 65 | 171 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.33 |
| HSL | 297.17º | 0.45% | 0.46% | - |
| HSV(B) | 297.17º | 0.62% | 0.67% | - |
| XYZ | 24.97 | 14.83 | 40.07 | - |
| YUV | 107.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 171 | 0.03 | 0.62 | 0 | 0.33 | 297.17 | 0.45 | 0.46 |
| Hex | A6 | 41 | AB | 3 | 3E | 0 | 21 | 129 | 2D | 2E |
| Octal | 246 | 101 | 253 | 3 | 76 | 0 | 41 | 451 | 55 | 56 |
| Binary | 10100110 | 1000001 | 10101011 | 11 | 111110 | 0 | 100001 | 100101001 | 101101 | 101110 |
Color Harmonies of #A641AB
Complementary color
Monochromatic Colors of #A641AB
Black with #A641AB
Text Example
Text Example
White with #A641AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641AB; }
p { color: rgb(166,65,171); }
H1.HeaderClassName
{
color: #A641AB;
}
.AnyTagClassName
{
color: #A641AB;
}
</style>
background-color css
<style>
a { background-color: #A641AB; }
a { background-color: rgb(166,65,171); }
div.DivClassName
{
background-color: #A641AB;
}
.BgClassName
{
background-color: #A641AB;
}
</style>
border-color css
<style>
span { border-color: #A641AB; }
span { border-color: rgb(166,65,171); }
td.TdClassName
{
border-color: #A641AB;
}
.TagClassName
{
border-color: #A641AB;
}
</style>