Shades of Studio #8049AF
Tints of Studio #8049AF
RGB
CMYK
RGB Variations
Color information
#8049AF (or 0x8049AF) is known color: Studio. HEX triplet: 80, 49 and AF. RGB value is (128,73,175). Sum of RGB (Red+Green+Blue) = 128+73+175=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #8049AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8049AF is #7FB650. Grayscale: #646464. Windows color (decimal): -8369745 or 11487616. OLE color: 11487616.
HSL color Cylindrical-coordinate representation of color #8049AF: hue angle of 272.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8049AF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 73 | 175 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.31 |
| HSL | 272.35º | 0.41% | 0.49% | - |
| HSV(B) | 272.35º | 0.58% | 0.69% | - |
| XYZ | 19.02 | 12.45 | 41.96 | - |
| YUV | 101.07 | 169.72 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 175 | 0.27 | 0.58 | 0 | 0.31 | 272.35 | 0.41 | 0.49 |
| Hex | 80 | 49 | AF | 1B | 3A | 0 | 1F | 110 | 29 | 31 |
| Octal | 200 | 111 | 257 | 33 | 72 | 0 | 37 | 420 | 51 | 61 |
| Binary | 10000000 | 1001001 | 10101111 | 11011 | 111010 | 0 | 11111 | 100010000 | 101001 | 110001 |
Color Harmonies of #8049AF
Complementary color
Monochromatic Colors of #8049AF
Black with #8049AF
Text Example
Text Example
White with #8049AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049AF; }
p { color: rgb(128,73,175); }
H1.HeaderClassName
{
color: #8049AF;
}
.AnyTagClassName
{
color: #8049AF;
}
</style>
background-color css
<style>
a { background-color: #8049AF; }
a { background-color: rgb(128,73,175); }
div.DivClassName
{
background-color: #8049AF;
}
.BgClassName
{
background-color: #8049AF;
}
</style>
border-color css
<style>
span { border-color: #8049AF; }
span { border-color: rgb(128,73,175); }
td.TdClassName
{
border-color: #8049AF;
}
.TagClassName
{
border-color: #8049AF;
}
</style>