Shades of Violet Blue #A752AB
Tints of Violet Blue #A752AB
RGB
CMYK
RGB Variations
Color information
#A752AB (or 0xA752AB) is known color: Violet Blue. HEX triplet: A7, 52 and AB. RGB value is (167,82,171). Sum of RGB (Red+Green+Blue) = 167+82+171=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #A752AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A752AB is #58AD54. Grayscale: #757575. Windows color (decimal): -5811541 or 11227815. OLE color: 11227815.
HSL color Cylindrical-coordinate representation of color #A752AB: hue angle of 297.3º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A752AB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 82 | 171 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.33 |
| HSL | 297.3º | 0.35% | 0.5% | - |
| HSV(B) | 297.3º | 0.52% | 0.67% | - |
| XYZ | 26.3 | 17.19 | 40.46 | - |
| YUV | 117.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 171 | 0.02 | 0.52 | 0 | 0.33 | 297.3 | 0.35 | 0.5 |
| Hex | A7 | 52 | AB | 2 | 34 | 0 | 21 | 129 | 23 | 32 |
| Octal | 247 | 122 | 253 | 2 | 64 | 0 | 41 | 451 | 43 | 62 |
| Binary | 10100111 | 1010010 | 10101011 | 10 | 110100 | 0 | 100001 | 100101001 | 100011 | 110010 |
Color Harmonies of #A752AB
Complementary color
Monochromatic Colors of #A752AB
Black with #A752AB
Text Example
Text Example
White with #A752AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752AB; }
p { color: rgb(167,82,171); }
H1.HeaderClassName
{
color: #A752AB;
}
.AnyTagClassName
{
color: #A752AB;
}
</style>
background-color css
<style>
a { background-color: #A752AB; }
a { background-color: rgb(167,82,171); }
div.DivClassName
{
background-color: #A752AB;
}
.BgClassName
{
background-color: #A752AB;
}
</style>
border-color css
<style>
span { border-color: #A752AB; }
span { border-color: rgb(167,82,171); }
td.TdClassName
{
border-color: #A752AB;
}
.TagClassName
{
border-color: #A752AB;
}
</style>