Shades of Violet Blue #A642AD
Tints of Violet Blue #A642AD
RGB
CMYK
RGB Variations
Color information
#A642AD (or 0xA642AD) is known color: Violet Blue. HEX triplet: A6, 42 and AD. RGB value is (166,66,173). Sum of RGB (Red+Green+Blue) = 166+66+173=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #A642AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A642AD is #59BD52. Grayscale: #6B6B6B. Windows color (decimal): -5881171 or 11354790. OLE color: 11354790.
HSL color Cylindrical-coordinate representation of color #A642AD: hue angle of 296.07º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A642AD is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 66 | 173 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.32 |
| HSL | 296.07º | 0.45% | 0.47% | - |
| HSV(B) | 296.07º | 0.62% | 0.68% | - |
| XYZ | 25.22 | 15.02 | 41.11 | - |
| YUV | 108.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 173 | 0.04 | 0.62 | 0 | 0.32 | 296.07 | 0.45 | 0.47 |
| Hex | A6 | 42 | AD | 4 | 3E | 0 | 20 | 128 | 2D | 2F |
| Octal | 246 | 102 | 255 | 4 | 76 | 0 | 40 | 450 | 55 | 57 |
| Binary | 10100110 | 1000010 | 10101101 | 100 | 111110 | 0 | 100000 | 100101000 | 101101 | 101111 |
Color Harmonies of #A642AD
Complementary color
Monochromatic Colors of #A642AD
Black with #A642AD
Text Example
Text Example
White with #A642AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642AD; }
p { color: rgb(166,66,173); }
H1.HeaderClassName
{
color: #A642AD;
}
.AnyTagClassName
{
color: #A642AD;
}
</style>
background-color css
<style>
a { background-color: #A642AD; }
a { background-color: rgb(166,66,173); }
div.DivClassName
{
background-color: #A642AD;
}
.BgClassName
{
background-color: #A642AD;
}
</style>
border-color css
<style>
span { border-color: #A642AD; }
span { border-color: rgb(166,66,173); }
td.TdClassName
{
border-color: #A642AD;
}
.TagClassName
{
border-color: #A642AD;
}
</style>