Shades of Violet Blue #A675AA
Tints of Violet Blue #A675AA
RGB
CMYK
RGB Variations
Color information
#A675AA (or 0xA675AA) is known color: Violet Blue. HEX triplet: A6, 75 and AA. RGB value is (166,117,170). Sum of RGB (Red+Green+Blue) = 166+117+170=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A675AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A675AA is #598A55. Grayscale: #898989. Windows color (decimal): -5868118 or 11171238. OLE color: 11171238.
HSL color Cylindrical-coordinate representation of color #A675AA: hue angle of 295.47º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A675AA is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 117 | 170 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.33 |
| HSL | 295.47º | 0.24% | 0.56% | - |
| HSV(B) | 295.47º | 0.31% | 0.67% | - |
| XYZ | 29.34 | 23.73 | 41.06 | - |
| YUV | 137.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 170 | 0.02 | 0.31 | 0 | 0.33 | 295.47 | 0.24 | 0.56 |
| Hex | A6 | 75 | AA | 2 | 1F | 0 | 21 | 127 | 18 | 38 |
| Octal | 246 | 165 | 252 | 2 | 37 | 0 | 41 | 447 | 30 | 70 |
| Binary | 10100110 | 1110101 | 10101010 | 10 | 11111 | 0 | 100001 | 100100111 | 11000 | 111000 |
Color Harmonies of #A675AA
Complementary color
Monochromatic Colors of #A675AA
Black with #A675AA
Text Example
Text Example
White with #A675AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675AA; }
p { color: rgb(166,117,170); }
H1.HeaderClassName
{
color: #A675AA;
}
.AnyTagClassName
{
color: #A675AA;
}
</style>
background-color css
<style>
a { background-color: #A675AA; }
a { background-color: rgb(166,117,170); }
div.DivClassName
{
background-color: #A675AA;
}
.BgClassName
{
background-color: #A675AA;
}
</style>
border-color css
<style>
span { border-color: #A675AA; }
span { border-color: rgb(166,117,170); }
td.TdClassName
{
border-color: #A675AA;
}
.TagClassName
{
border-color: #A675AA;
}
</style>