Shades of Violet Blue #A65D9E
Tints of Violet Blue #A65D9E
RGB
CMYK
RGB Variations
Color information
#A65D9E (or 0xA65D9E) is known color: Violet Blue. HEX triplet: A6, 5D and 9E. RGB value is (166,93,158). Sum of RGB (Red+Green+Blue) = 166+93+158=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65D9E is #59A261. Grayscale: #7A7A7A. Windows color (decimal): -5874274 or 10378662. OLE color: 10378662.
HSL color Cylindrical-coordinate representation of color #A65D9E: hue angle of 306.58º 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 #A65D9E is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 158 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.35 |
| HSL | 306.58º | 0.29% | 0.51% | - |
| HSV(B) | 306.58º | 0.44% | 0.65% | - |
| XYZ | 25.81 | 18.4 | 34.54 | - |
| YUV | 122.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 158 | 0 | 0.44 | 0.05 | 0.35 | 306.58 | 0.29 | 0.51 |
| Hex | A6 | 5D | 9E | 0 | 2C | 5 | 23 | 133 | 1D | 33 |
| Octal | 246 | 135 | 236 | 0 | 54 | 5 | 43 | 463 | 35 | 63 |
| Binary | 10100110 | 1011101 | 10011110 | 0 | 101100 | 101 | 100011 | 100110011 | 11101 | 110011 |
Color Harmonies of #A65D9E
Complementary color
Monochromatic Colors of #A65D9E
Black with #A65D9E
Text Example
Text Example
White with #A65D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D9E; }
p { color: rgb(166,93,158); }
H1.HeaderClassName
{
color: #A65D9E;
}
.AnyTagClassName
{
color: #A65D9E;
}
</style>
background-color css
<style>
a { background-color: #A65D9E; }
a { background-color: rgb(166,93,158); }
div.DivClassName
{
background-color: #A65D9E;
}
.BgClassName
{
background-color: #A65D9E;
}
</style>
border-color css
<style>
span { border-color: #A65D9E; }
span { border-color: rgb(166,93,158); }
td.TdClassName
{
border-color: #A65D9E;
}
.TagClassName
{
border-color: #A65D9E;
}
</style>