Shades of Violet Blue #A670AD
Tints of Violet Blue #A670AD
RGB
CMYK
RGB Variations
Color information
#A670AD (or 0xA670AD) is known color: Violet Blue. HEX triplet: A6, 70 and AD. RGB value is (166,112,173). Sum of RGB (Red+Green+Blue) = 166+112+173=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #A670AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A670AD is #598F52. Grayscale: #868686. Windows color (decimal): -5869395 or 11366566. OLE color: 11366566.
HSL color Cylindrical-coordinate representation of color #A670AD: hue angle of 293.11º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A670AD is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 112 | 173 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.32 |
| HSL | 293.11º | 0.27% | 0.56% | - |
| HSV(B) | 293.11º | 0.35% | 0.68% | - |
| XYZ | 29.06 | 22.71 | 42.39 | - |
| YUV | 135.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 173 | 0.04 | 0.35 | 0 | 0.32 | 293.11 | 0.27 | 0.56 |
| Hex | A6 | 70 | AD | 4 | 23 | 0 | 20 | 125 | 1B | 38 |
| Octal | 246 | 160 | 255 | 4 | 43 | 0 | 40 | 445 | 33 | 70 |
| Binary | 10100110 | 1110000 | 10101101 | 100 | 100011 | 0 | 100000 | 100100101 | 11011 | 111000 |
Color Harmonies of #A670AD
Complementary color
Monochromatic Colors of #A670AD
Black with #A670AD
Text Example
Text Example
White with #A670AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670AD; }
p { color: rgb(166,112,173); }
H1.HeaderClassName
{
color: #A670AD;
}
.AnyTagClassName
{
color: #A670AD;
}
</style>
background-color css
<style>
a { background-color: #A670AD; }
a { background-color: rgb(166,112,173); }
div.DivClassName
{
background-color: #A670AD;
}
.BgClassName
{
background-color: #A670AD;
}
</style>
border-color css
<style>
span { border-color: #A670AD; }
span { border-color: rgb(166,112,173); }
td.TdClassName
{
border-color: #A670AD;
}
.TagClassName
{
border-color: #A670AD;
}
</style>