Shades of Violet Blue #A652A2
Tints of Violet Blue #A652A2
RGB
CMYK
RGB Variations
Color information
#A652A2 (or 0xA652A2) is known color: Violet Blue. HEX triplet: A6, 52 and A2. RGB value is (166,82,162). Sum of RGB (Red+Green+Blue) = 166+82+162=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A652A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A652A2 is #59AD5D. Grayscale: #747474. Windows color (decimal): -5877086 or 10637990. OLE color: 10637990.
HSL color Cylindrical-coordinate representation of color #A652A2: hue angle of 302.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A652A2 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 162 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.35 |
| HSL | 302.86º | 0.34% | 0.49% | - |
| HSV(B) | 302.86º | 0.51% | 0.65% | - |
| XYZ | 25.26 | 16.75 | 36.08 | - |
| YUV | 116.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 162 | 0 | 0.51 | 0.02 | 0.35 | 302.86 | 0.34 | 0.49 |
| Hex | A6 | 52 | A2 | 0 | 33 | 2 | 23 | 12F | 22 | 31 |
| Octal | 246 | 122 | 242 | 0 | 63 | 2 | 43 | 457 | 42 | 61 |
| Binary | 10100110 | 1010010 | 10100010 | 0 | 110011 | 10 | 100011 | 100101111 | 100010 | 110001 |
Color Harmonies of #A652A2
Complementary color
Monochromatic Colors of #A652A2
Black with #A652A2
Text Example
Text Example
White with #A652A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652A2; }
p { color: rgb(166,82,162); }
H1.HeaderClassName
{
color: #A652A2;
}
.AnyTagClassName
{
color: #A652A2;
}
</style>
background-color css
<style>
a { background-color: #A652A2; }
a { background-color: rgb(166,82,162); }
div.DivClassName
{
background-color: #A652A2;
}
.BgClassName
{
background-color: #A652A2;
}
</style>
border-color css
<style>
span { border-color: #A652A2; }
span { border-color: rgb(166,82,162); }
td.TdClassName
{
border-color: #A652A2;
}
.TagClassName
{
border-color: #A652A2;
}
</style>