Shades of Studio #8049AE
Tints of Studio #8049AE
RGB
CMYK
RGB Variations
Color information
#8049AE (or 0x8049AE) is known color: Studio. HEX triplet: 80, 49 and AE. RGB value is (128,73,174). Sum of RGB (Red+Green+Blue) = 128+73+174=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #8049AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8049AE is #7FB651. Grayscale: #646464. Windows color (decimal): -8369746 or 11422080. OLE color: 11422080.
HSL color Cylindrical-coordinate representation of color #8049AE: hue angle of 272.67º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8049AE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 73 | 174 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.32 |
| HSL | 272.67º | 0.41% | 0.48% | - |
| HSV(B) | 272.67º | 0.58% | 0.68% | - |
| XYZ | 18.92 | 12.41 | 41.44 | - |
| YUV | 100.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 174 | 0.26 | 0.58 | 0 | 0.32 | 272.67 | 0.41 | 0.48 |
| Hex | 80 | 49 | AE | 1A | 3A | 0 | 20 | 111 | 29 | 30 |
| Octal | 200 | 111 | 256 | 32 | 72 | 0 | 40 | 421 | 51 | 60 |
| Binary | 10000000 | 1001001 | 10101110 | 11010 | 111010 | 0 | 100000 | 100010001 | 101001 | 110000 |
Color Harmonies of #8049AE
Complementary color
Monochromatic Colors of #8049AE
Black with #8049AE
Text Example
Text Example
White with #8049AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049AE; }
p { color: rgb(128,73,174); }
H1.HeaderClassName
{
color: #8049AE;
}
.AnyTagClassName
{
color: #8049AE;
}
</style>
background-color css
<style>
a { background-color: #8049AE; }
a { background-color: rgb(128,73,174); }
div.DivClassName
{
background-color: #8049AE;
}
.BgClassName
{
background-color: #8049AE;
}
</style>
border-color css
<style>
span { border-color: #8049AE; }
span { border-color: rgb(128,73,174); }
td.TdClassName
{
border-color: #8049AE;
}
.TagClassName
{
border-color: #8049AE;
}
</style>