Shades of Studio #805AA4
Tints of Studio #805AA4
RGB
CMYK
RGB Variations
Color information
#805AA4 (or 0x805AA4) is known color: Studio. HEX triplet: 80, 5A and A4. RGB value is (128,90,164). Sum of RGB (Red+Green+Blue) = 128+90+164=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 164 - color contains mainly: blue. Hex color #805AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805AA4 is #7FA55B. Grayscale: #6D6D6D. Windows color (decimal): -8365404 or 10771072. OLE color: 10771072.
HSL color Cylindrical-coordinate representation of color #805AA4: hue angle of 270.81º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805AA4 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 90 | 164 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.36 |
| HSL | 270.81º | 0.29% | 0.5% | - |
| HSV(B) | 270.81º | 0.45% | 0.64% | - |
| XYZ | 19.26 | 14.58 | 36.92 | - |
| YUV | 109.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 164 | 0.22 | 0.45 | 0 | 0.36 | 270.81 | 0.29 | 0.5 |
| Hex | 80 | 5A | A4 | 16 | 2D | 0 | 24 | 10F | 1D | 32 |
| Octal | 200 | 132 | 244 | 26 | 55 | 0 | 44 | 417 | 35 | 62 |
| Binary | 10000000 | 1011010 | 10100100 | 10110 | 101101 | 0 | 100100 | 100001111 | 11101 | 110010 |
Color Harmonies of #805AA4
Complementary color
Monochromatic Colors of #805AA4
Black with #805AA4
Text Example
Text Example
White with #805AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AA4; }
p { color: rgb(128,90,164); }
H1.HeaderClassName
{
color: #805AA4;
}
.AnyTagClassName
{
color: #805AA4;
}
</style>
background-color css
<style>
a { background-color: #805AA4; }
a { background-color: rgb(128,90,164); }
div.DivClassName
{
background-color: #805AA4;
}
.BgClassName
{
background-color: #805AA4;
}
</style>
border-color css
<style>
span { border-color: #805AA4; }
span { border-color: rgb(128,90,164); }
td.TdClassName
{
border-color: #805AA4;
}
.TagClassName
{
border-color: #805AA4;
}
</style>