Shades of Studio #8051AC
Tints of Studio #8051AC
RGB
CMYK
RGB Variations
Color information
#8051AC (or 0x8051AC) is known color: Studio. HEX triplet: 80, 51 and AC. RGB value is (128,81,172). Sum of RGB (Red+Green+Blue) = 128+81+172=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #8051AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8051AC is #7FAE53. Grayscale: #696969. Windows color (decimal): -8367700 or 11293056. OLE color: 11293056.
HSL color Cylindrical-coordinate representation of color #8051AC: hue angle of 270.99º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8051AC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 81 | 172 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.33 |
| HSL | 270.99º | 0.36% | 0.5% | - |
| HSV(B) | 270.99º | 0.53% | 0.67% | - |
| XYZ | 19.29 | 13.45 | 40.61 | - |
| YUV | 105.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 172 | 0.26 | 0.53 | 0 | 0.33 | 270.99 | 0.36 | 0.5 |
| Hex | 80 | 51 | AC | 1A | 35 | 0 | 21 | 10F | 24 | 32 |
| Octal | 200 | 121 | 254 | 32 | 65 | 0 | 41 | 417 | 44 | 62 |
| Binary | 10000000 | 1010001 | 10101100 | 11010 | 110101 | 0 | 100001 | 100001111 | 100100 | 110010 |
Color Harmonies of #8051AC
Complementary color
Monochromatic Colors of #8051AC
Black with #8051AC
Text Example
Text Example
White with #8051AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051AC; }
p { color: rgb(128,81,172); }
H1.HeaderClassName
{
color: #8051AC;
}
.AnyTagClassName
{
color: #8051AC;
}
</style>
background-color css
<style>
a { background-color: #8051AC; }
a { background-color: rgb(128,81,172); }
div.DivClassName
{
background-color: #8051AC;
}
.BgClassName
{
background-color: #8051AC;
}
</style>
border-color css
<style>
span { border-color: #8051AC; }
span { border-color: rgb(128,81,172); }
td.TdClassName
{
border-color: #8051AC;
}
.TagClassName
{
border-color: #8051AC;
}
</style>