Shades of Studio #7A5AAC
Tints of Studio #7A5AAC
RGB
CMYK
RGB Variations
Color information
#7A5AAC (or 0x7A5AAC) is known color: Studio. HEX triplet: 7A, 5A and AC. RGB value is (122,90,172). Sum of RGB (Red+Green+Blue) = 122+90+172=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5AAC is #85A553. Grayscale: #6C6C6C. Windows color (decimal): -8758612 or 11295354. OLE color: 11295354.
HSL color Cylindrical-coordinate representation of color #7A5AAC: hue angle of 263.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A5AAC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 90 | 172 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.33 |
| HSL | 263.41º | 0.33% | 0.51% | - |
| HSV(B) | 263.41º | 0.48% | 0.67% | - |
| XYZ | 19.13 | 14.43 | 40.81 | - |
| YUV | 108.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 172 | 0.29 | 0.48 | 0 | 0.33 | 263.41 | 0.33 | 0.51 |
| Hex | 7A | 5A | AC | 1D | 30 | 0 | 21 | 107 | 21 | 33 |
| Octal | 172 | 132 | 254 | 35 | 60 | 0 | 41 | 407 | 41 | 63 |
| Binary | 1111010 | 1011010 | 10101100 | 11101 | 110000 | 0 | 100001 | 100000111 | 100001 | 110011 |
Color Harmonies of #7A5AAC
Complementary color
Monochromatic Colors of #7A5AAC
Black with #7A5AAC
Text Example
Text Example
White with #7A5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5AAC; }
p { color: rgb(122,90,172); }
H1.HeaderClassName
{
color: #7A5AAC;
}
.AnyTagClassName
{
color: #7A5AAC;
}
</style>
background-color css
<style>
a { background-color: #7A5AAC; }
a { background-color: rgb(122,90,172); }
div.DivClassName
{
background-color: #7A5AAC;
}
.BgClassName
{
background-color: #7A5AAC;
}
</style>
border-color css
<style>
span { border-color: #7A5AAC; }
span { border-color: rgb(122,90,172); }
td.TdClassName
{
border-color: #7A5AAC;
}
.TagClassName
{
border-color: #7A5AAC;
}
</style>