Shades of Studio #8255AF
Tints of Studio #8255AF
RGB
CMYK
RGB Variations
Color information
#8255AF (or 0x8255AF) is known color: Studio. HEX triplet: 82, 55 and AF. RGB value is (130,85,175). Sum of RGB (Red+Green+Blue) = 130+85+175=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #8255AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8255AF is #7DAA50. Grayscale: #6C6C6C. Windows color (decimal): -8235601 or 11490690. OLE color: 11490690.
HSL color Cylindrical-coordinate representation of color #8255AF: hue angle of 270º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8255AF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 85 | 175 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.31 |
| HSL | 270º | 0.36% | 0.51% | - |
| HSV(B) | 270º | 0.51% | 0.69% | - |
| XYZ | 20.19 | 14.34 | 42.26 | - |
| YUV | 108.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 175 | 0.26 | 0.51 | 0 | 0.31 | 270 | 0.36 | 0.51 |
| Hex | 82 | 55 | AF | 1A | 33 | 0 | 1F | 10E | 24 | 33 |
| Octal | 202 | 125 | 257 | 32 | 63 | 0 | 37 | 416 | 44 | 63 |
| Binary | 10000010 | 1010101 | 10101111 | 11010 | 110011 | 0 | 11111 | 100001110 | 100100 | 110011 |
Color Harmonies of #8255AF
Complementary color
Monochromatic Colors of #8255AF
Black with #8255AF
Text Example
Text Example
White with #8255AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255AF; }
p { color: rgb(130,85,175); }
H1.HeaderClassName
{
color: #8255AF;
}
.AnyTagClassName
{
color: #8255AF;
}
</style>
background-color css
<style>
a { background-color: #8255AF; }
a { background-color: rgb(130,85,175); }
div.DivClassName
{
background-color: #8255AF;
}
.BgClassName
{
background-color: #8255AF;
}
</style>
border-color css
<style>
span { border-color: #8255AF; }
span { border-color: rgb(130,85,175); }
td.TdClassName
{
border-color: #8255AF;
}
.TagClassName
{
border-color: #8255AF;
}
</style>