Shades of Violet Blue #A65F99
Tints of Violet Blue #A65F99
RGB
CMYK
RGB Variations
Color information
#A65F99 (or 0xA65F99) is known color: Violet Blue. HEX triplet: A6, 5F and 99. RGB value is (166,95,153). Sum of RGB (Red+Green+Blue) = 166+95+153=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F99 is #59A066. Grayscale: #7A7A7A. Windows color (decimal): -5873767 or 10051494. OLE color: 10051494.
HSL color Cylindrical-coordinate representation of color #A65F99: hue angle of 310.99º 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 #A65F99 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 153 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.35 |
| HSL | 310.99º | 0.29% | 0.51% | - |
| HSV(B) | 310.99º | 0.43% | 0.65% | - |
| XYZ | 25.57 | 18.59 | 32.38 | - |
| YUV | 122.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 153 | 0 | 0.43 | 0.08 | 0.35 | 310.99 | 0.29 | 0.51 |
| Hex | A6 | 5F | 99 | 0 | 2B | 8 | 23 | 137 | 1D | 33 |
| Octal | 246 | 137 | 231 | 0 | 53 | 10 | 43 | 467 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10011001 | 0 | 101011 | 1000 | 100011 | 100110111 | 11101 | 110011 |
Color Harmonies of #A65F99
Complementary color
Monochromatic Colors of #A65F99
Black with #A65F99
Text Example
Text Example
White with #A65F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F99; }
p { color: rgb(166,95,153); }
H1.HeaderClassName
{
color: #A65F99;
}
.AnyTagClassName
{
color: #A65F99;
}
</style>
background-color css
<style>
a { background-color: #A65F99; }
a { background-color: rgb(166,95,153); }
div.DivClassName
{
background-color: #A65F99;
}
.BgClassName
{
background-color: #A65F99;
}
</style>
border-color css
<style>
span { border-color: #A65F99; }
span { border-color: rgb(166,95,153); }
td.TdClassName
{
border-color: #A65F99;
}
.TagClassName
{
border-color: #A65F99;
}
</style>