Shades of Studio #8056AC
Tints of Studio #8056AC
RGB
CMYK
RGB Variations
Color information
#8056AC (or 0x8056AC) is known color: Studio. HEX triplet: 80, 56 and AC. RGB value is (128,86,172). Sum of RGB (Red+Green+Blue) = 128+86+172=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 86 (33.98% from 255 or 22.28% 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 #8056AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8056AC is #7FA953. Grayscale: #6C6C6C. Windows color (decimal): -8366420 or 11294336. OLE color: 11294336.
HSL color Cylindrical-coordinate representation of color #8056AC: hue angle of 269.3º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8056AC is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 86 | 172 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.33 |
| HSL | 269.3º | 0.34% | 0.51% | - |
| HSV(B) | 269.3º | 0.5% | 0.67% | - |
| XYZ | 19.68 | 14.22 | 40.74 | - |
| YUV | 108.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 172 | 0.26 | 0.5 | 0 | 0.33 | 269.3 | 0.34 | 0.51 |
| Hex | 80 | 56 | AC | 1A | 32 | 0 | 21 | 10D | 22 | 33 |
| Octal | 200 | 126 | 254 | 32 | 62 | 0 | 41 | 415 | 42 | 63 |
| Binary | 10000000 | 1010110 | 10101100 | 11010 | 110010 | 0 | 100001 | 100001101 | 100010 | 110011 |
Color Harmonies of #8056AC
Complementary color
Monochromatic Colors of #8056AC
Black with #8056AC
Text Example
Text Example
White with #8056AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8056AC; }
p { color: rgb(128,86,172); }
H1.HeaderClassName
{
color: #8056AC;
}
.AnyTagClassName
{
color: #8056AC;
}
</style>
background-color css
<style>
a { background-color: #8056AC; }
a { background-color: rgb(128,86,172); }
div.DivClassName
{
background-color: #8056AC;
}
.BgClassName
{
background-color: #8056AC;
}
</style>
border-color css
<style>
span { border-color: #8056AC; }
span { border-color: rgb(128,86,172); }
td.TdClassName
{
border-color: #8056AC;
}
.TagClassName
{
border-color: #8056AC;
}
</style>