Shades of Violet Blue #A65296
Tints of Violet Blue #A65296
RGB
CMYK
RGB Variations
Color information
#A65296 (or 0xA65296) is known color: Violet Blue. HEX triplet: A6, 52 and 96. RGB value is (166,82,150). Sum of RGB (Red+Green+Blue) = 166+82+150=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A65296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65296 is #59AD69. Grayscale: #727272. Windows color (decimal): -5877098 or 9851558. OLE color: 9851558.
HSL color Cylindrical-coordinate representation of color #A65296: hue angle of 311.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65296 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 150 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.35 |
| HSL | 311.43º | 0.34% | 0.49% | - |
| HSV(B) | 311.43º | 0.51% | 0.65% | - |
| XYZ | 24.25 | 16.34 | 30.73 | - |
| YUV | 114.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 150 | 0 | 0.51 | 0.10 | 0.35 | 311.43 | 0.34 | 0.49 |
| Hex | A6 | 52 | 96 | 0 | 33 | A | 23 | 137 | 22 | 31 |
| Octal | 246 | 122 | 226 | 0 | 63 | 12 | 43 | 467 | 42 | 61 |
| Binary | 10100110 | 1010010 | 10010110 | 0 | 110011 | 1010 | 100011 | 100110111 | 100010 | 110001 |
Color Harmonies of #A65296
Complementary color
Monochromatic Colors of #A65296
Black with #A65296
Text Example
Text Example
White with #A65296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65296; }
p { color: rgb(166,82,150); }
H1.HeaderClassName
{
color: #A65296;
}
.AnyTagClassName
{
color: #A65296;
}
</style>
background-color css
<style>
a { background-color: #A65296; }
a { background-color: rgb(166,82,150); }
div.DivClassName
{
background-color: #A65296;
}
.BgClassName
{
background-color: #A65296;
}
</style>
border-color css
<style>
span { border-color: #A65296; }
span { border-color: rgb(166,82,150); }
td.TdClassName
{
border-color: #A65296;
}
.TagClassName
{
border-color: #A65296;
}
</style>