Shades of Studio #804EAC
Tints of Studio #804EAC
RGB
CMYK
RGB Variations
Color information
#804EAC (or 0x804EAC) is known color: Studio. HEX triplet: 80, 4E and AC. RGB value is (128,78,172). Sum of RGB (Red+Green+Blue) = 128+78+172=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #804EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804EAC is #7FB153. Grayscale: #676767. Windows color (decimal): -8368468 or 11292288. OLE color: 11292288.
HSL color Cylindrical-coordinate representation of color #804EAC: hue angle of 271.91º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804EAC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 78 | 172 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.33 |
| HSL | 271.91º | 0.38% | 0.49% | - |
| HSV(B) | 271.91º | 0.55% | 0.67% | - |
| XYZ | 19.07 | 13.02 | 40.54 | - |
| YUV | 103.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 172 | 0.26 | 0.55 | 0 | 0.33 | 271.91 | 0.38 | 0.49 |
| Hex | 80 | 4E | AC | 1A | 37 | 0 | 21 | 110 | 26 | 31 |
| Octal | 200 | 116 | 254 | 32 | 67 | 0 | 41 | 420 | 46 | 61 |
| Binary | 10000000 | 1001110 | 10101100 | 11010 | 110111 | 0 | 100001 | 100010000 | 100110 | 110001 |
Color Harmonies of #804EAC
Complementary color
Monochromatic Colors of #804EAC
Black with #804EAC
Text Example
Text Example
White with #804EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EAC; }
p { color: rgb(128,78,172); }
H1.HeaderClassName
{
color: #804EAC;
}
.AnyTagClassName
{
color: #804EAC;
}
</style>
background-color css
<style>
a { background-color: #804EAC; }
a { background-color: rgb(128,78,172); }
div.DivClassName
{
background-color: #804EAC;
}
.BgClassName
{
background-color: #804EAC;
}
</style>
border-color css
<style>
span { border-color: #804EAC; }
span { border-color: rgb(128,78,172); }
td.TdClassName
{
border-color: #804EAC;
}
.TagClassName
{
border-color: #804EAC;
}
</style>