Shades of Violet Blue #A65FAC
Tints of Violet Blue #A65FAC
RGB
CMYK
RGB Variations
Color information
#A65FAC (or 0xA65FAC) is known color: Violet Blue. HEX triplet: A6, 5F and AC. RGB value is (166,95,172). Sum of RGB (Red+Green+Blue) = 166+95+172=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #A65FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FAC is #59A053. Grayscale: #7C7C7C. Windows color (decimal): -5873748 or 11296678. OLE color: 11296678.
HSL color Cylindrical-coordinate representation of color #A65FAC: hue angle of 295.32º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65FAC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 95 | 172 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.33 |
| HSL | 295.32º | 0.32% | 0.52% | - |
| HSV(B) | 295.32º | 0.45% | 0.67% | - |
| XYZ | 27.26 | 19.27 | 41.31 | - |
| YUV | 125.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 172 | 0.03 | 0.45 | 0 | 0.33 | 295.32 | 0.32 | 0.52 |
| Hex | A6 | 5F | AC | 3 | 2D | 0 | 21 | 127 | 20 | 34 |
| Octal | 246 | 137 | 254 | 3 | 55 | 0 | 41 | 447 | 40 | 64 |
| Binary | 10100110 | 1011111 | 10101100 | 11 | 101101 | 0 | 100001 | 100100111 | 100000 | 110100 |
Color Harmonies of #A65FAC
Complementary color
Monochromatic Colors of #A65FAC
Black with #A65FAC
Text Example
Text Example
White with #A65FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FAC; }
p { color: rgb(166,95,172); }
H1.HeaderClassName
{
color: #A65FAC;
}
.AnyTagClassName
{
color: #A65FAC;
}
</style>
background-color css
<style>
a { background-color: #A65FAC; }
a { background-color: rgb(166,95,172); }
div.DivClassName
{
background-color: #A65FAC;
}
.BgClassName
{
background-color: #A65FAC;
}
</style>
border-color css
<style>
span { border-color: #A65FAC; }
span { border-color: rgb(166,95,172); }
td.TdClassName
{
border-color: #A65FAC;
}
.TagClassName
{
border-color: #A65FAC;
}
</style>