Shades of Violet Blue #A65396
Tints of Violet Blue #A65396
RGB
CMYK
RGB Variations
Color information
#A65396 (or 0xA65396) is known color: Violet Blue. HEX triplet: A6, 53 and 96. RGB value is (166,83,150). Sum of RGB (Red+Green+Blue) = 166+83+150=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A65396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65396 is #59AC69. Grayscale: #737373. Windows color (decimal): -5876842 or 9851814. OLE color: 9851814.
HSL color Cylindrical-coordinate representation of color #A65396: hue angle of 311.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65396 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 150 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.35 |
| HSL | 311.57º | 0.33% | 0.49% | - |
| HSV(B) | 311.57º | 0.5% | 0.65% | - |
| XYZ | 24.32 | 16.5 | 30.76 | - |
| YUV | 115.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 150 | 0 | 0.50 | 0.10 | 0.35 | 311.57 | 0.33 | 0.49 |
| Hex | A6 | 53 | 96 | 0 | 32 | A | 23 | 138 | 21 | 31 |
| Octal | 246 | 123 | 226 | 0 | 62 | 12 | 43 | 470 | 41 | 61 |
| Binary | 10100110 | 1010011 | 10010110 | 0 | 110010 | 1010 | 100011 | 100111000 | 100001 | 110001 |
Color Harmonies of #A65396
Complementary color
Monochromatic Colors of #A65396
Black with #A65396
Text Example
Text Example
White with #A65396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65396; }
p { color: rgb(166,83,150); }
H1.HeaderClassName
{
color: #A65396;
}
.AnyTagClassName
{
color: #A65396;
}
</style>
background-color css
<style>
a { background-color: #A65396; }
a { background-color: rgb(166,83,150); }
div.DivClassName
{
background-color: #A65396;
}
.BgClassName
{
background-color: #A65396;
}
</style>
border-color css
<style>
span { border-color: #A65396; }
span { border-color: rgb(166,83,150); }
td.TdClassName
{
border-color: #A65396;
}
.TagClassName
{
border-color: #A65396;
}
</style>