Shades of Violet Blue #A639AC
Tints of Violet Blue #A639AC
RGB
CMYK
RGB Variations
Color information
#A639AC (or 0xA639AC) is known color: Violet Blue. HEX triplet: A6, 39 and AC. RGB value is (166,57,172). Sum of RGB (Red+Green+Blue) = 166+57+172=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #A639AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A639AC is #59C653. Grayscale: #666666. Windows color (decimal): -5883476 or 11286950. OLE color: 11286950.
HSL color Cylindrical-coordinate representation of color #A639AC: hue angle of 296.87º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A639AC is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 57 | 172 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.33 |
| HSL | 296.87º | 0.5% | 0.45% | - |
| HSV(B) | 296.87º | 0.67% | 0.67% | - |
| XYZ | 24.64 | 14.01 | 40.44 | - |
| YUV | 102.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 172 | 0.03 | 0.67 | 0 | 0.33 | 296.87 | 0.5 | 0.45 |
| Hex | A6 | 39 | AC | 3 | 43 | 0 | 21 | 129 | 32 | 2D |
| Octal | 246 | 71 | 254 | 3 | 103 | 0 | 41 | 451 | 62 | 55 |
| Binary | 10100110 | 111001 | 10101100 | 11 | 1000011 | 0 | 100001 | 100101001 | 110010 | 101101 |
Color Harmonies of #A639AC
Complementary color
Monochromatic Colors of #A639AC
Black with #A639AC
Text Example
Text Example
White with #A639AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A639AC; }
p { color: rgb(166,57,172); }
H1.HeaderClassName
{
color: #A639AC;
}
.AnyTagClassName
{
color: #A639AC;
}
</style>
background-color css
<style>
a { background-color: #A639AC; }
a { background-color: rgb(166,57,172); }
div.DivClassName
{
background-color: #A639AC;
}
.BgClassName
{
background-color: #A639AC;
}
</style>
border-color css
<style>
span { border-color: #A639AC; }
span { border-color: rgb(166,57,172); }
td.TdClassName
{
border-color: #A639AC;
}
.TagClassName
{
border-color: #A639AC;
}
</style>