#852AAA

Color #852AAA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #852AAA

Tints of Vivid Violet #852AAA

Color information

#852AAA (or 0x852AAA) is unknown color: approx 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

RGB13342170-
CMYK0.220.7500.33
HSL282.66º60.38%41.57%-
HSV(B)282.66º75.29%66.67%-
XYZ17.769.5438.94-
YUV83.8176.65163.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=38.55%
G=12.17%
B=49.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133421700.220.7500.33282.6660.3841.57
Hex852AAA164B02111b3c2a
Octal20552252261130414337452
Binary10000101101010101010101011010010110100001100011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>