Shades of Violet Blue #A642AC
Tints of Violet Blue #A642AC
RGB
CMYK
RGB Variations
Color information
#A642AC (or 0xA642AC) is known color: Violet Blue. HEX triplet: A6, 42 and AC. RGB value is (166,66,172). Sum of RGB (Red+Green+Blue) = 166+66+172=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #A642AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A642AC is #59BD53. Grayscale: #6B6B6B. Windows color (decimal): -5881172 or 11289254. OLE color: 11289254.
HSL color Cylindrical-coordinate representation of color #A642AC: hue angle of 296.6º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A642AC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 66 | 172 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.33 |
| HSL | 296.6º | 0.45% | 0.47% | - |
| HSV(B) | 296.6º | 0.62% | 0.67% | - |
| XYZ | 25.12 | 14.98 | 40.6 | - |
| YUV | 107.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 172 | 0.03 | 0.62 | 0 | 0.33 | 296.6 | 0.45 | 0.47 |
| Hex | A6 | 42 | AC | 3 | 3E | 0 | 21 | 129 | 2D | 2F |
| Octal | 246 | 102 | 254 | 3 | 76 | 0 | 41 | 451 | 55 | 57 |
| Binary | 10100110 | 1000010 | 10101100 | 11 | 111110 | 0 | 100001 | 100101001 | 101101 | 101111 |
Color Harmonies of #A642AC
Complementary color
Monochromatic Colors of #A642AC
Black with #A642AC
Text Example
Text Example
White with #A642AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642AC; }
p { color: rgb(166,66,172); }
H1.HeaderClassName
{
color: #A642AC;
}
.AnyTagClassName
{
color: #A642AC;
}
</style>
background-color css
<style>
a { background-color: #A642AC; }
a { background-color: rgb(166,66,172); }
div.DivClassName
{
background-color: #A642AC;
}
.BgClassName
{
background-color: #A642AC;
}
</style>
border-color css
<style>
span { border-color: #A642AC; }
span { border-color: rgb(166,66,172); }
td.TdClassName
{
border-color: #A642AC;
}
.TagClassName
{
border-color: #A642AC;
}
</style>