Shades of Violet Blue #A65DA1
Tints of Violet Blue #A65DA1
RGB
CMYK
RGB Variations
Color information
#A65DA1 (or 0xA65DA1) is known color: Violet Blue. HEX triplet: A6, 5D and A1. RGB value is (166,93,161). Sum of RGB (Red+Green+Blue) = 166+93+161=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A65DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DA1 is #59A25E. Grayscale: #7A7A7A. Windows color (decimal): -5874271 or 10575270. OLE color: 10575270.
HSL color Cylindrical-coordinate representation of color #A65DA1: hue angle of 304.11º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65DA1 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 161 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.35 |
| HSL | 304.11º | 0.29% | 0.51% | - |
| HSV(B) | 304.11º | 0.44% | 0.65% | - |
| XYZ | 26.07 | 18.51 | 35.92 | - |
| YUV | 122.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 161 | 0 | 0.44 | 0.03 | 0.35 | 304.11 | 0.29 | 0.51 |
| Hex | A6 | 5D | A1 | 0 | 2C | 3 | 23 | 130 | 1D | 33 |
| Octal | 246 | 135 | 241 | 0 | 54 | 3 | 43 | 460 | 35 | 63 |
| Binary | 10100110 | 1011101 | 10100001 | 0 | 101100 | 11 | 100011 | 100110000 | 11101 | 110011 |
Color Harmonies of #A65DA1
Complementary color
Monochromatic Colors of #A65DA1
Black with #A65DA1
Text Example
Text Example
White with #A65DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DA1; }
p { color: rgb(166,93,161); }
H1.HeaderClassName
{
color: #A65DA1;
}
.AnyTagClassName
{
color: #A65DA1;
}
</style>
background-color css
<style>
a { background-color: #A65DA1; }
a { background-color: rgb(166,93,161); }
div.DivClassName
{
background-color: #A65DA1;
}
.BgClassName
{
background-color: #A65DA1;
}
</style>
border-color css
<style>
span { border-color: #A65DA1; }
span { border-color: rgb(166,93,161); }
td.TdClassName
{
border-color: #A65DA1;
}
.TagClassName
{
border-color: #A65DA1;
}
</style>