Shades of Violet Blue #A65F92
Tints of Violet Blue #A65F92
RGB
CMYK
RGB Variations
Color information
#A65F92 (or 0xA65F92) is known color: Violet Blue. HEX triplet: A6, 5F and 92. RGB value is (166,95,146). Sum of RGB (Red+Green+Blue) = 166+95+146=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F92 is #59A06D. Grayscale: #797979. Windows color (decimal): -5873774 or 9592742. OLE color: 9592742.
HSL color Cylindrical-coordinate representation of color #A65F92: hue angle of 316.9º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65F92 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 146 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.35 |
| HSL | 316.9º | 0.29% | 0.51% | - |
| HSV(B) | 316.9º | 0.43% | 0.65% | - |
| XYZ | 25.01 | 18.37 | 29.42 | - |
| YUV | 122.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 146 | 0 | 0.43 | 0.12 | 0.35 | 316.9 | 0.29 | 0.51 |
| Hex | A6 | 5F | 92 | 0 | 2B | C | 23 | 13D | 1D | 33 |
| Octal | 246 | 137 | 222 | 0 | 53 | 14 | 43 | 475 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10010010 | 0 | 101011 | 1100 | 100011 | 100111101 | 11101 | 110011 |
Color Harmonies of #A65F92
Complementary color
Monochromatic Colors of #A65F92
Black with #A65F92
Text Example
Text Example
White with #A65F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F92; }
p { color: rgb(166,95,146); }
H1.HeaderClassName
{
color: #A65F92;
}
.AnyTagClassName
{
color: #A65F92;
}
</style>
background-color css
<style>
a { background-color: #A65F92; }
a { background-color: rgb(166,95,146); }
div.DivClassName
{
background-color: #A65F92;
}
.BgClassName
{
background-color: #A65F92;
}
</style>
border-color css
<style>
span { border-color: #A65F92; }
span { border-color: rgb(166,95,146); }
td.TdClassName
{
border-color: #A65F92;
}
.TagClassName
{
border-color: #A65F92;
}
</style>