Shades of Studio #8452AF
Tints of Studio #8452AF
RGB
CMYK
RGB Variations
Color information
#8452AF (or 0x8452AF) is known color: Studio. HEX triplet: 84, 52 and AF. RGB value is (132,82,175). Sum of RGB (Red+Green+Blue) = 132+82+175=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #8452AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8452AF is #7BAD50. Grayscale: #6B6B6B. Windows color (decimal): -8105297 or 11489924. OLE color: 11489924.
HSL color Cylindrical-coordinate representation of color #8452AF: hue angle of 272.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8452AF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 82 | 175 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.31 |
| HSL | 272.26º | 0.37% | 0.5% | - |
| HSV(B) | 272.26º | 0.53% | 0.69% | - |
| XYZ | 20.27 | 14.04 | 42.2 | - |
| YUV | 107.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 175 | 0.25 | 0.53 | 0 | 0.31 | 272.26 | 0.37 | 0.5 |
| Hex | 84 | 52 | AF | 19 | 35 | 0 | 1F | 110 | 25 | 32 |
| Octal | 204 | 122 | 257 | 31 | 65 | 0 | 37 | 420 | 45 | 62 |
| Binary | 10000100 | 1010010 | 10101111 | 11001 | 110101 | 0 | 11111 | 100010000 | 100101 | 110010 |
Color Harmonies of #8452AF
Complementary color
Monochromatic Colors of #8452AF
Black with #8452AF
Text Example
Text Example
White with #8452AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452AF; }
p { color: rgb(132,82,175); }
H1.HeaderClassName
{
color: #8452AF;
}
.AnyTagClassName
{
color: #8452AF;
}
</style>
background-color css
<style>
a { background-color: #8452AF; }
a { background-color: rgb(132,82,175); }
div.DivClassName
{
background-color: #8452AF;
}
.BgClassName
{
background-color: #8452AF;
}
</style>
border-color css
<style>
span { border-color: #8452AF; }
span { border-color: rgb(132,82,175); }
td.TdClassName
{
border-color: #8452AF;
}
.TagClassName
{
border-color: #8452AF;
}
</style>