Shades of Studio #803AAB
Tints of Studio #803AAB
RGB
CMYK
RGB Variations
Color information
#803AAB (or 0x803AAB) is known color: Studio. HEX triplet: 80, 3A and AB. RGB value is (128,58,171). Sum of RGB (Red+Green+Blue) = 128+58+171=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #803AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803AAB is #7FC554. Grayscale: #5B5B5B. Windows color (decimal): -8373589 or 11221632. OLE color: 11221632.
HSL color Cylindrical-coordinate representation of color #803AAB: hue angle of 277.17º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803AAB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 58 | 171 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.33 |
| HSL | 277.17º | 0.49% | 0.45% | - |
| HSV(B) | 277.17º | 0.66% | 0.67% | - |
| XYZ | 17.77 | 10.56 | 39.63 | - |
| YUV | 91.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 171 | 0.25 | 0.66 | 0 | 0.33 | 277.17 | 0.49 | 0.45 |
| Hex | 80 | 3A | AB | 19 | 42 | 0 | 21 | 115 | 31 | 2D |
| Octal | 200 | 72 | 253 | 31 | 102 | 0 | 41 | 425 | 61 | 55 |
| Binary | 10000000 | 111010 | 10101011 | 11001 | 1000010 | 0 | 100001 | 100010101 | 110001 | 101101 |
Color Harmonies of #803AAB
Complementary color
Monochromatic Colors of #803AAB
Black with #803AAB
Text Example
Text Example
White with #803AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803AAB; }
p { color: rgb(128,58,171); }
H1.HeaderClassName
{
color: #803AAB;
}
.AnyTagClassName
{
color: #803AAB;
}
</style>
background-color css
<style>
a { background-color: #803AAB; }
a { background-color: rgb(128,58,171); }
div.DivClassName
{
background-color: #803AAB;
}
.BgClassName
{
background-color: #803AAB;
}
</style>
border-color css
<style>
span { border-color: #803AAB; }
span { border-color: rgb(128,58,171); }
td.TdClassName
{
border-color: #803AAB;
}
.TagClassName
{
border-color: #803AAB;
}
</style>