Shades of Violet Blue #A643A1
Tints of Violet Blue #A643A1
RGB
CMYK
RGB Variations
Color information
#A643A1 (or 0xA643A1) is known color: Violet Blue. HEX triplet: A6, 43 and A1. RGB value is (166,67,161). Sum of RGB (Red+Green+Blue) = 166+67+161=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A643A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A643A1 is #59BC5E. Grayscale: #6B6B6B. Windows color (decimal): -5880927 or 10568614. OLE color: 10568614.
HSL color Cylindrical-coordinate representation of color #A643A1: hue angle of 303.03º 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 #A643A1 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 161 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.35 |
| HSL | 303.03º | 0.42% | 0.46% | - |
| HSV(B) | 303.03º | 0.6% | 0.65% | - |
| XYZ | 24.17 | 14.69 | 35.28 | - |
| YUV | 107.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 161 | 0 | 0.60 | 0.03 | 0.35 | 303.03 | 0.42 | 0.46 |
| Hex | A6 | 43 | A1 | 0 | 3C | 3 | 23 | 12F | 2A | 2E |
| Octal | 246 | 103 | 241 | 0 | 74 | 3 | 43 | 457 | 52 | 56 |
| Binary | 10100110 | 1000011 | 10100001 | 0 | 111100 | 11 | 100011 | 100101111 | 101010 | 101110 |
Color Harmonies of #A643A1
Complementary color
Monochromatic Colors of #A643A1
Black with #A643A1
Text Example
Text Example
White with #A643A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643A1; }
p { color: rgb(166,67,161); }
H1.HeaderClassName
{
color: #A643A1;
}
.AnyTagClassName
{
color: #A643A1;
}
</style>
background-color css
<style>
a { background-color: #A643A1; }
a { background-color: rgb(166,67,161); }
div.DivClassName
{
background-color: #A643A1;
}
.BgClassName
{
background-color: #A643A1;
}
</style>
border-color css
<style>
span { border-color: #A643A1; }
span { border-color: rgb(166,67,161); }
td.TdClassName
{
border-color: #A643A1;
}
.TagClassName
{
border-color: #A643A1;
}
</style>