Shades of Studio #845AAC
Tints of Studio #845AAC
RGB
CMYK
RGB Variations
Color information
#845AAC (or 0x845AAC) is known color: Studio. HEX triplet: 84, 5A and AC. RGB value is (132,90,172). Sum of RGB (Red+Green+Blue) = 132+90+172=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #845AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845AAC is #7BA553. Grayscale: #6F6F6F. Windows color (decimal): -8103252 or 11295364. OLE color: 11295364.
HSL color Cylindrical-coordinate representation of color #845AAC: hue angle of 270.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #845AAC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 90 | 172 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.33 |
| HSL | 270.73º | 0.33% | 0.51% | - |
| HSV(B) | 270.73º | 0.48% | 0.67% | - |
| XYZ | 20.62 | 15.2 | 40.88 | - |
| YUV | 111.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 172 | 0.23 | 0.48 | 0 | 0.33 | 270.73 | 0.33 | 0.51 |
| Hex | 84 | 5A | AC | 17 | 30 | 0 | 21 | 10F | 21 | 33 |
| Octal | 204 | 132 | 254 | 27 | 60 | 0 | 41 | 417 | 41 | 63 |
| Binary | 10000100 | 1011010 | 10101100 | 10111 | 110000 | 0 | 100001 | 100001111 | 100001 | 110011 |
Color Harmonies of #845AAC
Complementary color
Monochromatic Colors of #845AAC
Black with #845AAC
Text Example
Text Example
White with #845AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845AAC; }
p { color: rgb(132,90,172); }
H1.HeaderClassName
{
color: #845AAC;
}
.AnyTagClassName
{
color: #845AAC;
}
</style>
background-color css
<style>
a { background-color: #845AAC; }
a { background-color: rgb(132,90,172); }
div.DivClassName
{
background-color: #845AAC;
}
.BgClassName
{
background-color: #845AAC;
}
</style>
border-color css
<style>
span { border-color: #845AAC; }
span { border-color: rgb(132,90,172); }
td.TdClassName
{
border-color: #845AAC;
}
.TagClassName
{
border-color: #845AAC;
}
</style>