Shades of Violet Blue #A752A5
Tints of Violet Blue #A752A5
RGB
CMYK
RGB Variations
Color information
#A752A5 (or 0xA752A5) is known color: Violet Blue. HEX triplet: A7, 52 and A5. RGB value is (167,82,165). Sum of RGB (Red+Green+Blue) = 167+82+165=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A752A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A752A5 is #58AD5A. Grayscale: #747474. Windows color (decimal): -5811547 or 10834599. OLE color: 10834599.
HSL color Cylindrical-coordinate representation of color #A752A5: hue angle of 301.41º 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 #A752A5 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 165 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.35 |
| HSL | 301.41º | 0.34% | 0.49% | - |
| HSV(B) | 301.41º | 0.51% | 0.65% | - |
| XYZ | 25.75 | 16.97 | 37.52 | - |
| YUV | 116.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 165 | 0 | 0.51 | 0.01 | 0.35 | 301.41 | 0.34 | 0.49 |
| Hex | A7 | 52 | A5 | 0 | 33 | 1 | 23 | 12D | 22 | 31 |
| Octal | 247 | 122 | 245 | 0 | 63 | 1 | 43 | 455 | 42 | 61 |
| Binary | 10100111 | 1010010 | 10100101 | 0 | 110011 | 1 | 100011 | 100101101 | 100010 | 110001 |
Color Harmonies of #A752A5
Complementary color
Monochromatic Colors of #A752A5
Black with #A752A5
Text Example
Text Example
White with #A752A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752A5; }
p { color: rgb(167,82,165); }
H1.HeaderClassName
{
color: #A752A5;
}
.AnyTagClassName
{
color: #A752A5;
}
</style>
background-color css
<style>
a { background-color: #A752A5; }
a { background-color: rgb(167,82,165); }
div.DivClassName
{
background-color: #A752A5;
}
.BgClassName
{
background-color: #A752A5;
}
</style>
border-color css
<style>
span { border-color: #A752A5; }
span { border-color: rgb(167,82,165); }
td.TdClassName
{
border-color: #A752A5;
}
.TagClassName
{
border-color: #A752A5;
}
</style>