Shades of Violet Blue #A752A7
Tints of Violet Blue #A752A7
RGB
CMYK
RGB Variations
Color information
#A752A7 (or 0xA752A7) is known color: Violet Blue. HEX triplet: A7, 52 and A7. RGB value is (167,82,167). Sum of RGB (Red+Green+Blue) = 167+82+167=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A752A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A752A7 is #58AD58. Grayscale: #747474. Windows color (decimal): -5811545 or 10965671. OLE color: 10965671.
HSL color Cylindrical-coordinate representation of color #A752A7: hue angle of 300º 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 #A752A7 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 167 | - |
| CMYK | 0 | 0.51 | 0 | 0.35 |
| HSL | 300º | 0.34% | 0.49% | - |
| HSV(B) | 300º | 0.51% | 0.65% | - |
| XYZ | 25.93 | 17.04 | 38.48 | - |
| YUV | 117.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 167 | 0 | 0.51 | 0 | 0.35 | 300 | 0.34 | 0.49 |
| Hex | A7 | 52 | A7 | 0 | 33 | 0 | 23 | 12C | 22 | 31 |
| Octal | 247 | 122 | 247 | 0 | 63 | 0 | 43 | 454 | 42 | 61 |
| Binary | 10100111 | 1010010 | 10100111 | 0 | 110011 | 0 | 100011 | 100101100 | 100010 | 110001 |
Color Harmonies of #A752A7
Complementary color
Monochromatic Colors of #A752A7
Black with #A752A7
Text Example
Text Example
White with #A752A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752A7; }
p { color: rgb(167,82,167); }
H1.HeaderClassName
{
color: #A752A7;
}
.AnyTagClassName
{
color: #A752A7;
}
</style>
background-color css
<style>
a { background-color: #A752A7; }
a { background-color: rgb(167,82,167); }
div.DivClassName
{
background-color: #A752A7;
}
.BgClassName
{
background-color: #A752A7;
}
</style>
border-color css
<style>
span { border-color: #A752A7; }
span { border-color: rgb(167,82,167); }
td.TdClassName
{
border-color: #A752A7;
}
.TagClassName
{
border-color: #A752A7;
}
</style>