Shades of Violet Blue #A675A2
Tints of Violet Blue #A675A2
RGB
CMYK
RGB Variations
Color information
#A675A2 (or 0xA675A2) is known color: Violet Blue. HEX triplet: A6, 75 and A2. RGB value is (166,117,162). Sum of RGB (Red+Green+Blue) = 166+117+162=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A675A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A675A2 is #598A5D. Grayscale: #888888. Windows color (decimal): -5868126 or 10646950. OLE color: 10646950.
HSL color Cylindrical-coordinate representation of color #A675A2: hue angle of 304.9º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A675A2 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 162 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.35 |
| HSL | 304.9º | 0.22% | 0.55% | - |
| HSV(B) | 304.9º | 0.3% | 0.65% | - |
| XYZ | 28.61 | 23.44 | 37.2 | - |
| YUV | 136.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 162 | 0 | 0.30 | 0.02 | 0.35 | 304.9 | 0.22 | 0.55 |
| Hex | A6 | 75 | A2 | 0 | 1E | 2 | 23 | 131 | 16 | 37 |
| Octal | 246 | 165 | 242 | 0 | 36 | 2 | 43 | 461 | 26 | 67 |
| Binary | 10100110 | 1110101 | 10100010 | 0 | 11110 | 10 | 100011 | 100110001 | 10110 | 110111 |
Color Harmonies of #A675A2
Complementary color
Monochromatic Colors of #A675A2
Black with #A675A2
Text Example
Text Example
White with #A675A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675A2; }
p { color: rgb(166,117,162); }
H1.HeaderClassName
{
color: #A675A2;
}
.AnyTagClassName
{
color: #A675A2;
}
</style>
background-color css
<style>
a { background-color: #A675A2; }
a { background-color: rgb(166,117,162); }
div.DivClassName
{
background-color: #A675A2;
}
.BgClassName
{
background-color: #A675A2;
}
</style>
border-color css
<style>
span { border-color: #A675A2; }
span { border-color: rgb(166,117,162); }
td.TdClassName
{
border-color: #A675A2;
}
.TagClassName
{
border-color: #A675A2;
}
</style>