Shades of Violet Blue #A652AF
Tints of Violet Blue #A652AF
RGB
CMYK
RGB Variations
Color information
#A652AF (or 0xA652AF) is known color: Violet Blue. HEX triplet: A6, 52 and AF. RGB value is (166,82,175). Sum of RGB (Red+Green+Blue) = 166+82+175=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #A652AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A652AF is #59AD50. Grayscale: #757575. Windows color (decimal): -5877073 or 11489958. OLE color: 11489958.
HSL color Cylindrical-coordinate representation of color #A652AF: hue angle of 294.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A652AF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 82 | 175 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.31 |
| HSL | 294.19º | 0.37% | 0.5% | - |
| HSV(B) | 294.19º | 0.53% | 0.69% | - |
| XYZ | 26.48 | 17.24 | 42.49 | - |
| YUV | 117.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 175 | 0.05 | 0.53 | 0 | 0.31 | 294.19 | 0.37 | 0.5 |
| Hex | A6 | 52 | AF | 5 | 35 | 0 | 1F | 126 | 25 | 32 |
| Octal | 246 | 122 | 257 | 5 | 65 | 0 | 37 | 446 | 45 | 62 |
| Binary | 10100110 | 1010010 | 10101111 | 101 | 110101 | 0 | 11111 | 100100110 | 100101 | 110010 |
Color Harmonies of #A652AF
Complementary color
Monochromatic Colors of #A652AF
Black with #A652AF
Text Example
Text Example
White with #A652AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652AF; }
p { color: rgb(166,82,175); }
H1.HeaderClassName
{
color: #A652AF;
}
.AnyTagClassName
{
color: #A652AF;
}
</style>
background-color css
<style>
a { background-color: #A652AF; }
a { background-color: rgb(166,82,175); }
div.DivClassName
{
background-color: #A652AF;
}
.BgClassName
{
background-color: #A652AF;
}
</style>
border-color css
<style>
span { border-color: #A652AF; }
span { border-color: rgb(166,82,175); }
td.TdClassName
{
border-color: #A652AF;
}
.TagClassName
{
border-color: #A652AF;
}
</style>