Shades of Violet Blue #A65DA2
Tints of Violet Blue #A65DA2
RGB
CMYK
RGB Variations
Color information
#A65DA2 (or 0xA65DA2) is known color: Violet Blue. HEX triplet: A6, 5D and A2. RGB value is (166,93,162). Sum of RGB (Red+Green+Blue) = 166+93+162=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A65DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DA2 is #59A25D. Grayscale: #7A7A7A. Windows color (decimal): -5874270 or 10640806. OLE color: 10640806.
HSL color Cylindrical-coordinate representation of color #A65DA2: hue angle of 303.29º 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 #A65DA2 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 162 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.35 |
| HSL | 303.29º | 0.29% | 0.51% | - |
| HSV(B) | 303.29º | 0.44% | 0.65% | - |
| XYZ | 26.16 | 18.54 | 36.38 | - |
| YUV | 122.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 162 | 0 | 0.44 | 0.02 | 0.35 | 303.29 | 0.29 | 0.51 |
| Hex | A6 | 5D | A2 | 0 | 2C | 2 | 23 | 12F | 1D | 33 |
| Octal | 246 | 135 | 242 | 0 | 54 | 2 | 43 | 457 | 35 | 63 |
| Binary | 10100110 | 1011101 | 10100010 | 0 | 101100 | 10 | 100011 | 100101111 | 11101 | 110011 |
Color Harmonies of #A65DA2
Complementary color
Monochromatic Colors of #A65DA2
Black with #A65DA2
Text Example
Text Example
White with #A65DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DA2; }
p { color: rgb(166,93,162); }
H1.HeaderClassName
{
color: #A65DA2;
}
.AnyTagClassName
{
color: #A65DA2;
}
</style>
background-color css
<style>
a { background-color: #A65DA2; }
a { background-color: rgb(166,93,162); }
div.DivClassName
{
background-color: #A65DA2;
}
.BgClassName
{
background-color: #A65DA2;
}
</style>
border-color css
<style>
span { border-color: #A65DA2; }
span { border-color: rgb(166,93,162); }
td.TdClassName
{
border-color: #A65DA2;
}
.TagClassName
{
border-color: #A65DA2;
}
</style>