Shades of Vivid Violet #852AAB
Tints of Vivid Violet #852AAB
RGB
CMYK
RGB Variations
Color information
#852AAB (or 0x852AAB) is known color: Vivid Violet. HEX triplet: 85, 2A and AB. RGB value is (133,42,171). Sum of RGB (Red+Green+Blue) = 133+42+171=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #852AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852AAB is #7AD554. Grayscale: #535353. Windows color (decimal): -8050005 or 11217541. OLE color: 11217541.
HSL color Cylindrical-coordinate representation of color #852AAB: hue angle of 282.33º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852AAB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 42 | 171 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.33 |
| HSL | 282.33º | 0.61% | 0.42% | - |
| HSV(B) | 282.33º | 0.75% | 0.67% | - |
| XYZ | 17.85 | 9.58 | 39.44 | - |
| YUV | 83.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 171 | 0.22 | 0.75 | 0 | 0.33 | 282.33 | 0.61 | 0.42 |
| Hex | 85 | 2A | AB | 16 | 4B | 0 | 21 | 11A | 3D | 2A |
| Octal | 205 | 52 | 253 | 26 | 113 | 0 | 41 | 432 | 75 | 52 |
| Binary | 10000101 | 101010 | 10101011 | 10110 | 1001011 | 0 | 100001 | 100011010 | 111101 | 101010 |
Color Harmonies of #852AAB
Complementary color
Monochromatic Colors of #852AAB
Black with #852AAB
Text Example
Text Example
White with #852AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AAB; }
p { color: rgb(133,42,171); }
H1.HeaderClassName
{
color: #852AAB;
}
.AnyTagClassName
{
color: #852AAB;
}
</style>
background-color css
<style>
a { background-color: #852AAB; }
a { background-color: rgb(133,42,171); }
div.DivClassName
{
background-color: #852AAB;
}
.BgClassName
{
background-color: #852AAB;
}
</style>
border-color css
<style>
span { border-color: #852AAB; }
span { border-color: rgb(133,42,171); }
td.TdClassName
{
border-color: #852AAB;
}
.TagClassName
{
border-color: #852AAB;
}
</style>