Shades of Violet Blue #A675AE
Tints of Violet Blue #A675AE
RGB
CMYK
RGB Variations
Color information
#A675AE (or 0xA675AE) is known color: Violet Blue. HEX triplet: A6, 75 and AE. RGB value is (166,117,174). Sum of RGB (Red+Green+Blue) = 166+117+174=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #A675AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A675AE is #598A51. Grayscale: #898989. Windows color (decimal): -5868114 or 11433382. OLE color: 11433382.
HSL color Cylindrical-coordinate representation of color #A675AE: hue angle of 291.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A675AE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 117 | 174 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.32 |
| HSL | 291.58º | 0.26% | 0.57% | - |
| HSV(B) | 291.58º | 0.33% | 0.68% | - |
| XYZ | 29.73 | 23.89 | 43.09 | - |
| YUV | 138.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 174 | 0.05 | 0.33 | 0 | 0.32 | 291.58 | 0.26 | 0.57 |
| Hex | A6 | 75 | AE | 5 | 21 | 0 | 20 | 124 | 1A | 39 |
| Octal | 246 | 165 | 256 | 5 | 41 | 0 | 40 | 444 | 32 | 71 |
| Binary | 10100110 | 1110101 | 10101110 | 101 | 100001 | 0 | 100000 | 100100100 | 11010 | 111001 |
Color Harmonies of #A675AE
Complementary color
Monochromatic Colors of #A675AE
Black with #A675AE
Text Example
Text Example
White with #A675AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675AE; }
p { color: rgb(166,117,174); }
H1.HeaderClassName
{
color: #A675AE;
}
.AnyTagClassName
{
color: #A675AE;
}
</style>
background-color css
<style>
a { background-color: #A675AE; }
a { background-color: rgb(166,117,174); }
div.DivClassName
{
background-color: #A675AE;
}
.BgClassName
{
background-color: #A675AE;
}
</style>
border-color css
<style>
span { border-color: #A675AE; }
span { border-color: rgb(166,117,174); }
td.TdClassName
{
border-color: #A675AE;
}
.TagClassName
{
border-color: #A675AE;
}
</style>