Shades of Violet Blue #A658AD
Tints of Violet Blue #A658AD
RGB
CMYK
RGB Variations
Color information
#A658AD (or 0xA658AD) is known color: Violet Blue. HEX triplet: A6, 58 and AD. RGB value is (166,88,173). Sum of RGB (Red+Green+Blue) = 166+88+173=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #A658AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A658AD is #59A752. Grayscale: #787878. Windows color (decimal): -5875539 or 11360422. OLE color: 11360422.
HSL color Cylindrical-coordinate representation of color #A658AD: hue angle of 295.06º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A658AD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 88 | 173 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.32 |
| HSL | 295.06º | 0.34% | 0.51% | - |
| HSV(B) | 295.06º | 0.49% | 0.68% | - |
| XYZ | 26.76 | 18.1 | 41.62 | - |
| YUV | 121.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 173 | 0.04 | 0.49 | 0 | 0.32 | 295.06 | 0.34 | 0.51 |
| Hex | A6 | 58 | AD | 4 | 31 | 0 | 20 | 127 | 22 | 33 |
| Octal | 246 | 130 | 255 | 4 | 61 | 0 | 40 | 447 | 42 | 63 |
| Binary | 10100110 | 1011000 | 10101101 | 100 | 110001 | 0 | 100000 | 100100111 | 100010 | 110011 |
Color Harmonies of #A658AD
Complementary color
Monochromatic Colors of #A658AD
Black with #A658AD
Text Example
Text Example
White with #A658AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658AD; }
p { color: rgb(166,88,173); }
H1.HeaderClassName
{
color: #A658AD;
}
.AnyTagClassName
{
color: #A658AD;
}
</style>
background-color css
<style>
a { background-color: #A658AD; }
a { background-color: rgb(166,88,173); }
div.DivClassName
{
background-color: #A658AD;
}
.BgClassName
{
background-color: #A658AD;
}
</style>
border-color css
<style>
span { border-color: #A658AD; }
span { border-color: rgb(166,88,173); }
td.TdClassName
{
border-color: #A658AD;
}
.TagClassName
{
border-color: #A658AD;
}
</style>