Shades of Studio #8053AD
Tints of Studio #8053AD
RGB
CMYK
RGB Variations
Color information
#8053AD (or 0x8053AD) is known color: Studio. HEX triplet: 80, 53 and AD. RGB value is (128,83,173). Sum of RGB (Red+Green+Blue) = 128+83+173=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #8053AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8053AD is #7FAC52. Grayscale: #6A6A6A. Windows color (decimal): -8367187 or 11359104. OLE color: 11359104.
HSL color Cylindrical-coordinate representation of color #8053AD: hue angle of 270º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8053AD is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 83 | 173 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.32 |
| HSL | 270º | 0.35% | 0.5% | - |
| HSV(B) | 270º | 0.52% | 0.68% | - |
| XYZ | 19.54 | 13.79 | 41.17 | - |
| YUV | 106.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 173 | 0.26 | 0.52 | 0 | 0.32 | 270 | 0.35 | 0.5 |
| Hex | 80 | 53 | AD | 1A | 34 | 0 | 20 | 10E | 23 | 32 |
| Octal | 200 | 123 | 255 | 32 | 64 | 0 | 40 | 416 | 43 | 62 |
| Binary | 10000000 | 1010011 | 10101101 | 11010 | 110100 | 0 | 100000 | 100001110 | 100011 | 110010 |
Color Harmonies of #8053AD
Complementary color
Monochromatic Colors of #8053AD
Black with #8053AD
Text Example
Text Example
White with #8053AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053AD; }
p { color: rgb(128,83,173); }
H1.HeaderClassName
{
color: #8053AD;
}
.AnyTagClassName
{
color: #8053AD;
}
</style>
background-color css
<style>
a { background-color: #8053AD; }
a { background-color: rgb(128,83,173); }
div.DivClassName
{
background-color: #8053AD;
}
.BgClassName
{
background-color: #8053AD;
}
</style>
border-color css
<style>
span { border-color: #8053AD; }
span { border-color: rgb(128,83,173); }
td.TdClassName
{
border-color: #8053AD;
}
.TagClassName
{
border-color: #8053AD;
}
</style>