Shades of Studio #825AAF
Tints of Studio #825AAF
RGB
CMYK
RGB Variations
Color information
#825AAF (or 0x825AAF) is known color: Studio. HEX triplet: 82, 5A and AF. RGB value is (130,90,175). Sum of RGB (Red+Green+Blue) = 130+90+175=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #825AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825AAF is #7DA550. Grayscale: #6F6F6F. Windows color (decimal): -8234321 or 11491970. OLE color: 11491970.
HSL color Cylindrical-coordinate representation of color #825AAF: hue angle of 268.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #825AAF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 90 | 175 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.31 |
| HSL | 268.24º | 0.35% | 0.52% | - |
| HSV(B) | 268.24º | 0.49% | 0.69% | - |
| XYZ | 20.6 | 15.15 | 42.4 | - |
| YUV | 111.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 175 | 0.26 | 0.49 | 0 | 0.31 | 268.24 | 0.35 | 0.52 |
| Hex | 82 | 5A | AF | 1A | 31 | 0 | 1F | 10C | 23 | 34 |
| Octal | 202 | 132 | 257 | 32 | 61 | 0 | 37 | 414 | 43 | 64 |
| Binary | 10000010 | 1011010 | 10101111 | 11010 | 110001 | 0 | 11111 | 100001100 | 100011 | 110100 |
Color Harmonies of #825AAF
Complementary color
Monochromatic Colors of #825AAF
Black with #825AAF
Text Example
Text Example
White with #825AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825AAF; }
p { color: rgb(130,90,175); }
H1.HeaderClassName
{
color: #825AAF;
}
.AnyTagClassName
{
color: #825AAF;
}
</style>
background-color css
<style>
a { background-color: #825AAF; }
a { background-color: rgb(130,90,175); }
div.DivClassName
{
background-color: #825AAF;
}
.BgClassName
{
background-color: #825AAF;
}
</style>
border-color css
<style>
span { border-color: #825AAF; }
span { border-color: rgb(130,90,175); }
td.TdClassName
{
border-color: #825AAF;
}
.TagClassName
{
border-color: #825AAF;
}
</style>