Shades of Studio #8045AC
Tints of Studio #8045AC
RGB
CMYK
RGB Variations
Color information
#8045AC (or 0x8045AC) is known color: Studio. HEX triplet: 80, 45 and AC. RGB value is (128,69,172). Sum of RGB (Red+Green+Blue) = 128+69+172=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #8045AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8045AC is #7FBA53. Grayscale: #626262. Windows color (decimal): -8370772 or 11289984. OLE color: 11289984.
HSL color Cylindrical-coordinate representation of color #8045AC: hue angle of 274.37º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8045AC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 69 | 172 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.33 |
| HSL | 274.37º | 0.43% | 0.47% | - |
| HSV(B) | 274.37º | 0.6% | 0.67% | - |
| XYZ | 18.48 | 11.82 | 40.34 | - |
| YUV | 98.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 172 | 0.26 | 0.60 | 0 | 0.33 | 274.37 | 0.43 | 0.47 |
| Hex | 80 | 45 | AC | 1A | 3C | 0 | 21 | 112 | 2B | 2F |
| Octal | 200 | 105 | 254 | 32 | 74 | 0 | 41 | 422 | 53 | 57 |
| Binary | 10000000 | 1000101 | 10101100 | 11010 | 111100 | 0 | 100001 | 100010010 | 101011 | 101111 |
Color Harmonies of #8045AC
Complementary color
Monochromatic Colors of #8045AC
Black with #8045AC
Text Example
Text Example
White with #8045AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045AC; }
p { color: rgb(128,69,172); }
H1.HeaderClassName
{
color: #8045AC;
}
.AnyTagClassName
{
color: #8045AC;
}
</style>
background-color css
<style>
a { background-color: #8045AC; }
a { background-color: rgb(128,69,172); }
div.DivClassName
{
background-color: #8045AC;
}
.BgClassName
{
background-color: #8045AC;
}
</style>
border-color css
<style>
span { border-color: #8045AC; }
span { border-color: rgb(128,69,172); }
td.TdClassName
{
border-color: #8045AC;
}
.TagClassName
{
border-color: #8045AC;
}
</style>