Shades of Studio #8051AA
Tints of Studio #8051AA
RGB
CMYK
RGB Variations
Color information
#8051AA (or 0x8051AA) is known color: Studio. HEX triplet: 80, 51 and AA. RGB value is (128,81,170). Sum of RGB (Red+Green+Blue) = 128+81+170=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #8051AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8051AA is #7FAE55. Grayscale: #686868. Windows color (decimal): -8367702 or 11161984. OLE color: 11161984.
HSL color Cylindrical-coordinate representation of color #8051AA: hue angle of 271.69º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8051AA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 81 | 170 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.33 |
| HSL | 271.69º | 0.35% | 0.49% | - |
| HSV(B) | 271.69º | 0.52% | 0.67% | - |
| XYZ | 19.1 | 13.38 | 39.61 | - |
| YUV | 105.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 170 | 0.25 | 0.52 | 0 | 0.33 | 271.69 | 0.35 | 0.49 |
| Hex | 80 | 51 | AA | 19 | 34 | 0 | 21 | 110 | 23 | 31 |
| Octal | 200 | 121 | 252 | 31 | 64 | 0 | 41 | 420 | 43 | 61 |
| Binary | 10000000 | 1010001 | 10101010 | 11001 | 110100 | 0 | 100001 | 100010000 | 100011 | 110001 |
Color Harmonies of #8051AA
Complementary color
Monochromatic Colors of #8051AA
Black with #8051AA
Text Example
Text Example
White with #8051AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051AA; }
p { color: rgb(128,81,170); }
H1.HeaderClassName
{
color: #8051AA;
}
.AnyTagClassName
{
color: #8051AA;
}
</style>
background-color css
<style>
a { background-color: #8051AA; }
a { background-color: rgb(128,81,170); }
div.DivClassName
{
background-color: #8051AA;
}
.BgClassName
{
background-color: #8051AA;
}
</style>
border-color css
<style>
span { border-color: #8051AA; }
span { border-color: rgb(128,81,170); }
td.TdClassName
{
border-color: #8051AA;
}
.TagClassName
{
border-color: #8051AA;
}
</style>