Shades of Violet Blue #A675AC
Tints of Violet Blue #A675AC
RGB
CMYK
RGB Variations
Color information
#A675AC (or 0xA675AC) is known color: Violet Blue. HEX triplet: A6, 75 and AC. RGB value is (166,117,172). Sum of RGB (Red+Green+Blue) = 166+117+172=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #A675AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A675AC is #598A53. Grayscale: #898989. Windows color (decimal): -5868116 or 11302310. OLE color: 11302310.
HSL color Cylindrical-coordinate representation of color #A675AC: hue angle of 293.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A675AC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 117 | 172 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.33 |
| HSL | 293.45º | 0.25% | 0.57% | - |
| HSV(B) | 293.45º | 0.32% | 0.67% | - |
| XYZ | 29.53 | 23.81 | 42.07 | - |
| YUV | 137.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 172 | 0.03 | 0.32 | 0 | 0.33 | 293.45 | 0.25 | 0.57 |
| Hex | A6 | 75 | AC | 3 | 20 | 0 | 21 | 125 | 19 | 39 |
| Octal | 246 | 165 | 254 | 3 | 40 | 0 | 41 | 445 | 31 | 71 |
| Binary | 10100110 | 1110101 | 10101100 | 11 | 100000 | 0 | 100001 | 100100101 | 11001 | 111001 |
Color Harmonies of #A675AC
Complementary color
Monochromatic Colors of #A675AC
Black with #A675AC
Text Example
Text Example
White with #A675AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675AC; }
p { color: rgb(166,117,172); }
H1.HeaderClassName
{
color: #A675AC;
}
.AnyTagClassName
{
color: #A675AC;
}
</style>
background-color css
<style>
a { background-color: #A675AC; }
a { background-color: rgb(166,117,172); }
div.DivClassName
{
background-color: #A675AC;
}
.BgClassName
{
background-color: #A675AC;
}
</style>
border-color css
<style>
span { border-color: #A675AC; }
span { border-color: rgb(166,117,172); }
td.TdClassName
{
border-color: #A675AC;
}
.TagClassName
{
border-color: #A675AC;
}
</style>