Shades of Violet Blue #A852AC
Tints of Violet Blue #A852AC
RGB
CMYK
RGB Variations
Color information
#A852AC (or 0xA852AC) is known color: Violet Blue. HEX triplet: A8, 52 and AC. RGB value is (168,82,172). Sum of RGB (Red+Green+Blue) = 168+82+172=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #A852AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A852AC is #57AD53. Grayscale: #757575. Windows color (decimal): -5746004 or 11293352. OLE color: 11293352.
HSL color Cylindrical-coordinate representation of color #A852AC: hue angle of 297.33º 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 #A852AC is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 82 | 172 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.33 |
| HSL | 297.33º | 0.35% | 0.5% | - |
| HSV(B) | 297.33º | 0.52% | 0.67% | - |
| XYZ | 26.61 | 17.34 | 40.97 | - |
| YUV | 117.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 172 | 0.02 | 0.52 | 0 | 0.33 | 297.33 | 0.35 | 0.5 |
| Hex | A8 | 52 | AC | 2 | 34 | 0 | 21 | 129 | 23 | 32 |
| Octal | 250 | 122 | 254 | 2 | 64 | 0 | 41 | 451 | 43 | 62 |
| Binary | 10101000 | 1010010 | 10101100 | 10 | 110100 | 0 | 100001 | 100101001 | 100011 | 110010 |
Color Harmonies of #A852AC
Complementary color
Monochromatic Colors of #A852AC
Black with #A852AC
Text Example
Text Example
White with #A852AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852AC; }
p { color: rgb(168,82,172); }
H1.HeaderClassName
{
color: #A852AC;
}
.AnyTagClassName
{
color: #A852AC;
}
</style>
background-color css
<style>
a { background-color: #A852AC; }
a { background-color: rgb(168,82,172); }
div.DivClassName
{
background-color: #A852AC;
}
.BgClassName
{
background-color: #A852AC;
}
</style>
border-color css
<style>
span { border-color: #A852AC; }
span { border-color: rgb(168,82,172); }
td.TdClassName
{
border-color: #A852AC;
}
.TagClassName
{
border-color: #A852AC;
}
</style>