Shades of Studio #804AA2
Tints of Studio #804AA2
RGB
CMYK
RGB Variations
Color information
#804AA2 (or 0x804AA2) is known color: Studio. HEX triplet: 80, 4A and A2. RGB value is (128,74,162). Sum of RGB (Red+Green+Blue) = 128+74+162=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 162 - color contains mainly: blue. Hex color #804AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804AA2 is #7FB55D. Grayscale: #636363. Windows color (decimal): -8369502 or 10635904. OLE color: 10635904.
HSL color Cylindrical-coordinate representation of color #804AA2: hue angle of 276.82º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804AA2 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 74 | 162 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.36 |
| HSL | 276.82º | 0.37% | 0.46% | - |
| HSV(B) | 276.82º | 0.54% | 0.64% | - |
| XYZ | 17.87 | 12.1 | 35.58 | - |
| YUV | 100.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 162 | 0.21 | 0.54 | 0 | 0.36 | 276.82 | 0.37 | 0.46 |
| Hex | 80 | 4A | A2 | 15 | 36 | 0 | 24 | 115 | 25 | 2E |
| Octal | 200 | 112 | 242 | 25 | 66 | 0 | 44 | 425 | 45 | 56 |
| Binary | 10000000 | 1001010 | 10100010 | 10101 | 110110 | 0 | 100100 | 100010101 | 100101 | 101110 |
Color Harmonies of #804AA2
Complementary color
Monochromatic Colors of #804AA2
Black with #804AA2
Text Example
Text Example
White with #804AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804AA2; }
p { color: rgb(128,74,162); }
H1.HeaderClassName
{
color: #804AA2;
}
.AnyTagClassName
{
color: #804AA2;
}
</style>
background-color css
<style>
a { background-color: #804AA2; }
a { background-color: rgb(128,74,162); }
div.DivClassName
{
background-color: #804AA2;
}
.BgClassName
{
background-color: #804AA2;
}
</style>
border-color css
<style>
span { border-color: #804AA2; }
span { border-color: rgb(128,74,162); }
td.TdClassName
{
border-color: #804AA2;
}
.TagClassName
{
border-color: #804AA2;
}
</style>