Shades of Studio #8052AD
Tints of Studio #8052AD
RGB
CMYK
RGB Variations
Color information
#8052AD (or 0x8052AD) is known color: Studio. HEX triplet: 80, 52 and AD. RGB value is (128,82,173). Sum of RGB (Red+Green+Blue) = 128+82+173=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #8052AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8052AD is #7FAD52. Grayscale: #696969. Windows color (decimal): -8367443 or 11358848. OLE color: 11358848.
HSL color Cylindrical-coordinate representation of color #8052AD: hue angle of 270.33º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8052AD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 82 | 173 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.32 |
| HSL | 270.33º | 0.36% | 0.5% | - |
| HSV(B) | 270.33º | 0.53% | 0.68% | - |
| XYZ | 19.46 | 13.64 | 41.14 | - |
| YUV | 106.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 173 | 0.26 | 0.53 | 0 | 0.32 | 270.33 | 0.36 | 0.5 |
| Hex | 80 | 52 | AD | 1A | 35 | 0 | 20 | 10E | 24 | 32 |
| Octal | 200 | 122 | 255 | 32 | 65 | 0 | 40 | 416 | 44 | 62 |
| Binary | 10000000 | 1010010 | 10101101 | 11010 | 110101 | 0 | 100000 | 100001110 | 100100 | 110010 |
Color Harmonies of #8052AD
Complementary color
Monochromatic Colors of #8052AD
Black with #8052AD
Text Example
Text Example
White with #8052AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052AD; }
p { color: rgb(128,82,173); }
H1.HeaderClassName
{
color: #8052AD;
}
.AnyTagClassName
{
color: #8052AD;
}
</style>
background-color css
<style>
a { background-color: #8052AD; }
a { background-color: rgb(128,82,173); }
div.DivClassName
{
background-color: #8052AD;
}
.BgClassName
{
background-color: #8052AD;
}
</style>
border-color css
<style>
span { border-color: #8052AD; }
span { border-color: rgb(128,82,173); }
td.TdClassName
{
border-color: #8052AD;
}
.TagClassName
{
border-color: #8052AD;
}
</style>