Shades of Studio #8044AB
Tints of Studio #8044AB
RGB
CMYK
RGB Variations
Color information
#8044AB (or 0x8044AB) is known color: Studio. HEX triplet: 80, 44 and AB. RGB value is (128,68,171). Sum of RGB (Red+Green+Blue) = 128+68+171=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #8044AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8044AB is #7FBB54. Grayscale: #616161. Windows color (decimal): -8371029 or 11224192. OLE color: 11224192.
HSL color Cylindrical-coordinate representation of color #8044AB: hue angle of 274.95º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8044AB is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 68 | 171 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.33 |
| HSL | 274.95º | 0.43% | 0.47% | - |
| HSV(B) | 274.95º | 0.6% | 0.67% | - |
| XYZ | 18.32 | 11.66 | 39.81 | - |
| YUV | 97.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 171 | 0.25 | 0.60 | 0 | 0.33 | 274.95 | 0.43 | 0.47 |
| Hex | 80 | 44 | AB | 19 | 3C | 0 | 21 | 113 | 2B | 2F |
| Octal | 200 | 104 | 253 | 31 | 74 | 0 | 41 | 423 | 53 | 57 |
| Binary | 10000000 | 1000100 | 10101011 | 11001 | 111100 | 0 | 100001 | 100010011 | 101011 | 101111 |
Color Harmonies of #8044AB
Complementary color
Monochromatic Colors of #8044AB
Black with #8044AB
Text Example
Text Example
White with #8044AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044AB; }
p { color: rgb(128,68,171); }
H1.HeaderClassName
{
color: #8044AB;
}
.AnyTagClassName
{
color: #8044AB;
}
</style>
background-color css
<style>
a { background-color: #8044AB; }
a { background-color: rgb(128,68,171); }
div.DivClassName
{
background-color: #8044AB;
}
.BgClassName
{
background-color: #8044AB;
}
</style>
border-color css
<style>
span { border-color: #8044AB; }
span { border-color: rgb(128,68,171); }
td.TdClassName
{
border-color: #8044AB;
}
.TagClassName
{
border-color: #8044AB;
}
</style>