Shades of Studio #8043AC
Tints of Studio #8043AC
RGB
CMYK
RGB Variations
Color information
#8043AC (or 0x8043AC) is known color: Studio. HEX triplet: 80, 43 and AC. RGB value is (128,67,172). Sum of RGB (Red+Green+Blue) = 128+67+172=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #8043AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8043AC is #7FBC53. Grayscale: #606060. Windows color (decimal): -8371284 or 11289472. OLE color: 11289472.
HSL color Cylindrical-coordinate representation of color #8043AC: hue angle of 274.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8043AC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 67 | 172 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.33 |
| HSL | 274.86º | 0.44% | 0.47% | - |
| HSV(B) | 274.86º | 0.61% | 0.67% | - |
| XYZ | 18.36 | 11.58 | 40.3 | - |
| YUV | 97.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 172 | 0.26 | 0.61 | 0 | 0.33 | 274.86 | 0.44 | 0.47 |
| Hex | 80 | 43 | AC | 1A | 3D | 0 | 21 | 113 | 2C | 2F |
| Octal | 200 | 103 | 254 | 32 | 75 | 0 | 41 | 423 | 54 | 57 |
| Binary | 10000000 | 1000011 | 10101100 | 11010 | 111101 | 0 | 100001 | 100010011 | 101100 | 101111 |
Color Harmonies of #8043AC
Complementary color
Monochromatic Colors of #8043AC
Black with #8043AC
Text Example
Text Example
White with #8043AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8043AC; }
p { color: rgb(128,67,172); }
H1.HeaderClassName
{
color: #8043AC;
}
.AnyTagClassName
{
color: #8043AC;
}
</style>
background-color css
<style>
a { background-color: #8043AC; }
a { background-color: rgb(128,67,172); }
div.DivClassName
{
background-color: #8043AC;
}
.BgClassName
{
background-color: #8043AC;
}
</style>
border-color css
<style>
span { border-color: #8043AC; }
span { border-color: rgb(128,67,172); }
td.TdClassName
{
border-color: #8043AC;
}
.TagClassName
{
border-color: #8043AC;
}
</style>