Shades of Studio #8045AB
Tints of Studio #8045AB
RGB
CMYK
RGB Variations
Color information
#8045AB (or 0x8045AB) is known color: Studio. HEX triplet: 80, 45 and AB. RGB value is (128,69,171). Sum of RGB (Red+Green+Blue) = 128+69+171=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #8045AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8045AB is #7FBA54. Grayscale: #616161. Windows color (decimal): -8370773 or 11224448. OLE color: 11224448.
HSL color Cylindrical-coordinate representation of color #8045AB: hue angle of 274.71º 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 #8045AB is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 69 | 171 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.33 |
| HSL | 274.71º | 0.43% | 0.47% | - |
| HSV(B) | 274.71º | 0.6% | 0.67% | - |
| XYZ | 18.38 | 11.79 | 39.83 | - |
| YUV | 98.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 171 | 0.25 | 0.60 | 0 | 0.33 | 274.71 | 0.43 | 0.47 |
| Hex | 80 | 45 | AB | 19 | 3C | 0 | 21 | 113 | 2A | 2F |
| Octal | 200 | 105 | 253 | 31 | 74 | 0 | 41 | 423 | 52 | 57 |
| Binary | 10000000 | 1000101 | 10101011 | 11001 | 111100 | 0 | 100001 | 100010011 | 101010 | 101111 |
Color Harmonies of #8045AB
Complementary color
Monochromatic Colors of #8045AB
Black with #8045AB
Text Example
Text Example
White with #8045AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045AB; }
p { color: rgb(128,69,171); }
H1.HeaderClassName
{
color: #8045AB;
}
.AnyTagClassName
{
color: #8045AB;
}
</style>
background-color css
<style>
a { background-color: #8045AB; }
a { background-color: rgb(128,69,171); }
div.DivClassName
{
background-color: #8045AB;
}
.BgClassName
{
background-color: #8045AB;
}
</style>
border-color css
<style>
span { border-color: #8045AB; }
span { border-color: rgb(128,69,171); }
td.TdClassName
{
border-color: #8045AB;
}
.TagClassName
{
border-color: #8045AB;
}
</style>