Shades of Studio #8452AC
Tints of Studio #8452AC
RGB
CMYK
RGB Variations
Color information
#8452AC (or 0x8452AC) is known color: Studio. HEX triplet: 84, 52 and AC. RGB value is (132,82,172). Sum of RGB (Red+Green+Blue) = 132+82+172=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #8452AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8452AC is #7BAD53. Grayscale: #6A6A6A. Windows color (decimal): -8105300 or 11293316. OLE color: 11293316.
HSL color Cylindrical-coordinate representation of color #8452AC: hue angle of 273.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 #8452AC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 82 | 172 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.33 |
| HSL | 273.33º | 0.35% | 0.5% | - |
| HSV(B) | 273.33º | 0.52% | 0.67% | - |
| XYZ | 19.98 | 13.92 | 40.66 | - |
| YUV | 107.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 172 | 0.23 | 0.52 | 0 | 0.33 | 273.33 | 0.35 | 0.5 |
| Hex | 84 | 52 | AC | 17 | 34 | 0 | 21 | 111 | 23 | 32 |
| Octal | 204 | 122 | 254 | 27 | 64 | 0 | 41 | 421 | 43 | 62 |
| Binary | 10000100 | 1010010 | 10101100 | 10111 | 110100 | 0 | 100001 | 100010001 | 100011 | 110010 |
Color Harmonies of #8452AC
Complementary color
Monochromatic Colors of #8452AC
Black with #8452AC
Text Example
Text Example
White with #8452AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452AC; }
p { color: rgb(132,82,172); }
H1.HeaderClassName
{
color: #8452AC;
}
.AnyTagClassName
{
color: #8452AC;
}
</style>
background-color css
<style>
a { background-color: #8452AC; }
a { background-color: rgb(132,82,172); }
div.DivClassName
{
background-color: #8452AC;
}
.BgClassName
{
background-color: #8452AC;
}
</style>
border-color css
<style>
span { border-color: #8452AC; }
span { border-color: rgb(132,82,172); }
td.TdClassName
{
border-color: #8452AC;
}
.TagClassName
{
border-color: #8452AC;
}
</style>