Shades of Studio #8042AF
Tints of Studio #8042AF
RGB
CMYK
RGB Variations
Color information
#8042AF (or 0x8042AF) is known color: Studio. HEX triplet: 80, 42 and AF. RGB value is (128,66,175). Sum of RGB (Red+Green+Blue) = 128+66+175=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #8042AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042AF is #7FBD50. Grayscale: #606060. Windows color (decimal): -8371537 or 11485824. OLE color: 11485824.
HSL color Cylindrical-coordinate representation of color #8042AF: hue angle of 274.13º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8042AF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 66 | 175 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.31 |
| HSL | 274.13º | 0.45% | 0.47% | - |
| HSV(B) | 274.13º | 0.62% | 0.69% | - |
| XYZ | 18.59 | 11.58 | 41.81 | - |
| YUV | 96.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 175 | 0.27 | 0.62 | 0 | 0.31 | 274.13 | 0.45 | 0.47 |
| Hex | 80 | 42 | AF | 1B | 3E | 0 | 1F | 112 | 2D | 2F |
| Octal | 200 | 102 | 257 | 33 | 76 | 0 | 37 | 422 | 55 | 57 |
| Binary | 10000000 | 1000010 | 10101111 | 11011 | 111110 | 0 | 11111 | 100010010 | 101101 | 101111 |
Color Harmonies of #8042AF
Complementary color
Monochromatic Colors of #8042AF
Black with #8042AF
Text Example
Text Example
White with #8042AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8042AF; }
p { color: rgb(128,66,175); }
H1.HeaderClassName
{
color: #8042AF;
}
.AnyTagClassName
{
color: #8042AF;
}
</style>
background-color css
<style>
a { background-color: #8042AF; }
a { background-color: rgb(128,66,175); }
div.DivClassName
{
background-color: #8042AF;
}
.BgClassName
{
background-color: #8042AF;
}
</style>
border-color css
<style>
span { border-color: #8042AF; }
span { border-color: rgb(128,66,175); }
td.TdClassName
{
border-color: #8042AF;
}
.TagClassName
{
border-color: #8042AF;
}
</style>