Shades of Studio #8042AC
Tints of Studio #8042AC
RGB
CMYK
RGB Variations
Color information
#8042AC (or 0x8042AC) is known color: Studio. HEX triplet: 80, 42 and AC. RGB value is (128,66,172). Sum of RGB (Red+Green+Blue) = 128+66+172=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #8042AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042AC is #7FBD53. Grayscale: #606060. Windows color (decimal): -8371540 or 11289216. OLE color: 11289216.
HSL color Cylindrical-coordinate representation of color #8042AC: hue angle of 275.09º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8042AC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 66 | 172 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.33 |
| HSL | 275.09º | 0.45% | 0.47% | - |
| HSV(B) | 275.09º | 0.62% | 0.67% | - |
| XYZ | 18.3 | 11.46 | 40.28 | - |
| YUV | 96.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 172 | 0.26 | 0.62 | 0 | 0.33 | 275.09 | 0.45 | 0.47 |
| Hex | 80 | 42 | AC | 1A | 3E | 0 | 21 | 113 | 2D | 2F |
| Octal | 200 | 102 | 254 | 32 | 76 | 0 | 41 | 423 | 55 | 57 |
| Binary | 10000000 | 1000010 | 10101100 | 11010 | 111110 | 0 | 100001 | 100010011 | 101101 | 101111 |
Color Harmonies of #8042AC
Complementary color
Monochromatic Colors of #8042AC
Black with #8042AC
Text Example
Text Example
White with #8042AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8042AC; }
p { color: rgb(128,66,172); }
H1.HeaderClassName
{
color: #8042AC;
}
.AnyTagClassName
{
color: #8042AC;
}
</style>
background-color css
<style>
a { background-color: #8042AC; }
a { background-color: rgb(128,66,172); }
div.DivClassName
{
background-color: #8042AC;
}
.BgClassName
{
background-color: #8042AC;
}
</style>
border-color css
<style>
span { border-color: #8042AC; }
span { border-color: rgb(128,66,172); }
td.TdClassName
{
border-color: #8042AC;
}
.TagClassName
{
border-color: #8042AC;
}
</style>