Shades of Studio #855AAA
Tints of Studio #855AAA
RGB
CMYK
RGB Variations
Color information
#855AAA (or 0x855AAA) is known color: Studio. HEX triplet: 85, 5A and AA. RGB value is (133,90,170). Sum of RGB (Red+Green+Blue) = 133+90+170=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #855AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855AAA is #7AA555. Grayscale: #6F6F6F. Windows color (decimal): -8037718 or 11164293. OLE color: 11164293.
HSL color Cylindrical-coordinate representation of color #855AAA: hue angle of 272.25º 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 #855AAA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 90 | 170 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.33 |
| HSL | 272.25º | 0.32% | 0.51% | - |
| HSV(B) | 272.25º | 0.47% | 0.67% | - |
| XYZ | 20.58 | 15.2 | 39.88 | - |
| YUV | 111.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 170 | 0.22 | 0.47 | 0 | 0.33 | 272.25 | 0.32 | 0.51 |
| Hex | 85 | 5A | AA | 16 | 2F | 0 | 21 | 110 | 20 | 33 |
| Octal | 205 | 132 | 252 | 26 | 57 | 0 | 41 | 420 | 40 | 63 |
| Binary | 10000101 | 1011010 | 10101010 | 10110 | 101111 | 0 | 100001 | 100010000 | 100000 | 110011 |
Color Harmonies of #855AAA
Complementary color
Monochromatic Colors of #855AAA
Black with #855AAA
Text Example
Text Example
White with #855AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AAA; }
p { color: rgb(133,90,170); }
H1.HeaderClassName
{
color: #855AAA;
}
.AnyTagClassName
{
color: #855AAA;
}
</style>
background-color css
<style>
a { background-color: #855AAA; }
a { background-color: rgb(133,90,170); }
div.DivClassName
{
background-color: #855AAA;
}
.BgClassName
{
background-color: #855AAA;
}
</style>
border-color css
<style>
span { border-color: #855AAA; }
span { border-color: rgb(133,90,170); }
td.TdClassName
{
border-color: #855AAA;
}
.TagClassName
{
border-color: #855AAA;
}
</style>