Shades of Studio #8052AF
Tints of Studio #8052AF
RGB
CMYK
RGB Variations
Color information
#8052AF (or 0x8052AF) is known color: Studio. HEX triplet: 80, 52 and AF. RGB value is (128,82,175). Sum of RGB (Red+Green+Blue) = 128+82+175=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #8052AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8052AF is #7FAD50. Grayscale: #6A6A6A. Windows color (decimal): -8367441 or 11489920. OLE color: 11489920.
HSL color Cylindrical-coordinate representation of color #8052AF: hue angle of 269.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8052AF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 82 | 175 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.31 |
| HSL | 269.68º | 0.37% | 0.5% | - |
| HSV(B) | 269.68º | 0.53% | 0.69% | - |
| XYZ | 19.66 | 13.72 | 42.17 | - |
| YUV | 106.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 175 | 0.27 | 0.53 | 0 | 0.31 | 269.68 | 0.37 | 0.5 |
| Hex | 80 | 52 | AF | 1B | 35 | 0 | 1F | 10E | 25 | 32 |
| Octal | 200 | 122 | 257 | 33 | 65 | 0 | 37 | 416 | 45 | 62 |
| Binary | 10000000 | 1010010 | 10101111 | 11011 | 110101 | 0 | 11111 | 100001110 | 100101 | 110010 |
Color Harmonies of #8052AF
Complementary color
Monochromatic Colors of #8052AF
Black with #8052AF
Text Example
Text Example
White with #8052AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052AF; }
p { color: rgb(128,82,175); }
H1.HeaderClassName
{
color: #8052AF;
}
.AnyTagClassName
{
color: #8052AF;
}
</style>
background-color css
<style>
a { background-color: #8052AF; }
a { background-color: rgb(128,82,175); }
div.DivClassName
{
background-color: #8052AF;
}
.BgClassName
{
background-color: #8052AF;
}
</style>
border-color css
<style>
span { border-color: #8052AF; }
span { border-color: rgb(128,82,175); }
td.TdClassName
{
border-color: #8052AF;
}
.TagClassName
{
border-color: #8052AF;
}
</style>