Shades of Vivid Violet #852AAA
Tints of Vivid Violet #852AAA
RGB
CMYK
RGB Variations
Color information
#852AAA (or 0x852AAA) is known color: Vivid Violet. HEX triplet: 85, 2A and AA. RGB value is (133,42,170). Sum of RGB (Red+Green+Blue) = 133+42+170=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #852AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852AAA is #7AD555. Grayscale: #535353. Windows color (decimal): -8050006 or 11152005. OLE color: 11152005.
HSL color Cylindrical-coordinate representation of color #852AAA: hue angle of 282.66º degrees, saturation: 0.6, 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 #852AAA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 42 | 170 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.33 |
| HSL | 282.66º | 0.6% | 0.42% | - |
| HSV(B) | 282.66º | 0.75% | 0.67% | - |
| XYZ | 17.76 | 9.54 | 38.94 | - |
| YUV | 83.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 170 | 0.22 | 0.75 | 0 | 0.33 | 282.66 | 0.6 | 0.42 |
| Hex | 85 | 2A | AA | 16 | 4B | 0 | 21 | 11B | 3C | 2A |
| Octal | 205 | 52 | 252 | 26 | 113 | 0 | 41 | 433 | 74 | 52 |
| Binary | 10000101 | 101010 | 10101010 | 10110 | 1001011 | 0 | 100001 | 100011011 | 111100 | 101010 |
Color Harmonies of #852AAA
Complementary color
Monochromatic Colors of #852AAA
Black with #852AAA
Text Example
Text Example
White with #852AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AAA; }
p { color: rgb(133,42,170); }
H1.HeaderClassName
{
color: #852AAA;
}
.AnyTagClassName
{
color: #852AAA;
}
</style>
background-color css
<style>
a { background-color: #852AAA; }
a { background-color: rgb(133,42,170); }
div.DivClassName
{
background-color: #852AAA;
}
.BgClassName
{
background-color: #852AAA;
}
</style>
border-color css
<style>
span { border-color: #852AAA; }
span { border-color: rgb(133,42,170); }
td.TdClassName
{
border-color: #852AAA;
}
.TagClassName
{
border-color: #852AAA;
}
</style>