Shades of Studio #8040AC
Tints of Studio #8040AC
RGB
CMYK
RGB Variations
Color information
#8040AC (or 0x8040AC) is known color: Studio. HEX triplet: 80, 40 and AC. RGB value is (128,64,172). Sum of RGB (Red+Green+Blue) = 128+64+172=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #8040AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8040AC is #7FBF53. Grayscale: #5F5F5F. Windows color (decimal): -8372052 or 11288704. OLE color: 11288704.
HSL color Cylindrical-coordinate representation of color #8040AC: hue angle of 275.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8040AC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 64 | 172 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.33 |
| HSL | 275.56º | 0.46% | 0.46% | - |
| HSV(B) | 275.56º | 0.63% | 0.67% | - |
| XYZ | 18.18 | 11.23 | 40.24 | - |
| YUV | 95.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 172 | 0.26 | 0.63 | 0 | 0.33 | 275.56 | 0.46 | 0.46 |
| Hex | 80 | 40 | AC | 1A | 3F | 0 | 21 | 114 | 2E | 2E |
| Octal | 200 | 100 | 254 | 32 | 77 | 0 | 41 | 424 | 56 | 56 |
| Binary | 10000000 | 1000000 | 10101100 | 11010 | 111111 | 0 | 100001 | 100010100 | 101110 | 101110 |
Color Harmonies of #8040AC
Complementary color
Monochromatic Colors of #8040AC
Black with #8040AC
Text Example
Text Example
White with #8040AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040AC; }
p { color: rgb(128,64,172); }
H1.HeaderClassName
{
color: #8040AC;
}
.AnyTagClassName
{
color: #8040AC;
}
</style>
background-color css
<style>
a { background-color: #8040AC; }
a { background-color: rgb(128,64,172); }
div.DivClassName
{
background-color: #8040AC;
}
.BgClassName
{
background-color: #8040AC;
}
</style>
border-color css
<style>
span { border-color: #8040AC; }
span { border-color: rgb(128,64,172); }
td.TdClassName
{
border-color: #8040AC;
}
.TagClassName
{
border-color: #8040AC;
}
</style>