Shades of Studio #845AAA
Tints of Studio #845AAA
RGB
CMYK
RGB Variations
Color information
#845AAA (or 0x845AAA) is known color: Studio. HEX triplet: 84, 5A and AA. RGB value is (132,90,170). Sum of RGB (Red+Green+Blue) = 132+90+170=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #845AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845AAA is #7BA555. Grayscale: #6F6F6F. Windows color (decimal): -8103254 or 11164292. OLE color: 11164292.
HSL color Cylindrical-coordinate representation of color #845AAA: hue angle of 271.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #845AAA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 90 | 170 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.33 |
| HSL | 271.5º | 0.32% | 0.51% | - |
| HSV(B) | 271.5º | 0.47% | 0.67% | - |
| XYZ | 20.43 | 15.12 | 39.87 | - |
| YUV | 111.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 170 | 0.22 | 0.47 | 0 | 0.33 | 271.5 | 0.32 | 0.51 |
| Hex | 84 | 5A | AA | 16 | 2F | 0 | 21 | 110 | 20 | 33 |
| Octal | 204 | 132 | 252 | 26 | 57 | 0 | 41 | 420 | 40 | 63 |
| Binary | 10000100 | 1011010 | 10101010 | 10110 | 101111 | 0 | 100001 | 100010000 | 100000 | 110011 |
Color Harmonies of #845AAA
Complementary color
Monochromatic Colors of #845AAA
Black with #845AAA
Text Example
Text Example
White with #845AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845AAA; }
p { color: rgb(132,90,170); }
H1.HeaderClassName
{
color: #845AAA;
}
.AnyTagClassName
{
color: #845AAA;
}
</style>
background-color css
<style>
a { background-color: #845AAA; }
a { background-color: rgb(132,90,170); }
div.DivClassName
{
background-color: #845AAA;
}
.BgClassName
{
background-color: #845AAA;
}
</style>
border-color css
<style>
span { border-color: #845AAA; }
span { border-color: rgb(132,90,170); }
td.TdClassName
{
border-color: #845AAA;
}
.TagClassName
{
border-color: #845AAA;
}
</style>