Shades of Studio #804AA6
Tints of Studio #804AA6
RGB
CMYK
RGB Variations
Color information
#804AA6 (or 0x804AA6) is known color: Studio. HEX triplet: 80, 4A and A6. RGB value is (128,74,166). Sum of RGB (Red+Green+Blue) = 128+74+166=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 166 - color contains mainly: blue. Hex color #804AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804AA6 is #7FB559. Grayscale: #646464. Windows color (decimal): -8369498 or 10898048. OLE color: 10898048.
HSL color Cylindrical-coordinate representation of color #804AA6: hue angle of 275.22º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804AA6 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 74 | 166 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.35 |
| HSL | 275.22º | 0.38% | 0.47% | - |
| HSV(B) | 275.22º | 0.55% | 0.65% | - |
| XYZ | 18.23 | 12.24 | 37.48 | - |
| YUV | 100.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 166 | 0.23 | 0.55 | 0 | 0.35 | 275.22 | 0.38 | 0.47 |
| Hex | 80 | 4A | A6 | 17 | 37 | 0 | 23 | 113 | 26 | 2F |
| Octal | 200 | 112 | 246 | 27 | 67 | 0 | 43 | 423 | 46 | 57 |
| Binary | 10000000 | 1001010 | 10100110 | 10111 | 110111 | 0 | 100011 | 100010011 | 100110 | 101111 |
Color Harmonies of #804AA6
Complementary color
Monochromatic Colors of #804AA6
Black with #804AA6
Text Example
Text Example
White with #804AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804AA6; }
p { color: rgb(128,74,166); }
H1.HeaderClassName
{
color: #804AA6;
}
.AnyTagClassName
{
color: #804AA6;
}
</style>
background-color css
<style>
a { background-color: #804AA6; }
a { background-color: rgb(128,74,166); }
div.DivClassName
{
background-color: #804AA6;
}
.BgClassName
{
background-color: #804AA6;
}
</style>
border-color css
<style>
span { border-color: #804AA6; }
span { border-color: rgb(128,74,166); }
td.TdClassName
{
border-color: #804AA6;
}
.TagClassName
{
border-color: #804AA6;
}
</style>