#853AAA

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

Shades of Vivid Violet #853AAA

Tints of Vivid Violet #853AAA

Color information

#853AAA (or 0x853AAA) is unknown color: approx Vivid Violet. HEX triplet: 85, 3A and AA. RGB value is (133,58,170). Sum of RGB (Red+Green+Blue) = 133+58+170=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #853AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853AAA is #7AC555. Grayscale: #5C5C5C. Windows color (decimal): -8045910 or 11156101. OLE color: 11156101.

HSL color Cylindrical-coordinate representation of color #853AAA: hue angle of 280.18º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853AAA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13358170-
CMYK0.220.6600.33
HSL280.18º49.12%44.71%-
HSV(B)280.18º65.88%66.67%-
XYZ18.4410.9139.17-
YUV93.19171.35156.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 58 (23.05% from 255) = 16.07%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=36.84%
G=16.07%
B=47.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133581700.220.6600.33280.1849.1244.71
Hex853AAA1642021118312d
Octal20572252261020414306155
Binary10000101111010101010101011010000100100001100011000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853AAA; }

 p { color: rgb(133,58,170); }

 H1.HeaderClassName
 {
   color: #853AAA;
 }
 .AnyTagClassName
 {
   color: #853AAA;
 }
</style>
background-color css

<style>
 a { background-color: #853AAA; }

 a { background-color: rgb(133,58,170); }

 div.DivClassName
 {
   background-color: #853AAA;
 }
 .BgClassName
 {
   background-color: #853AAA;
 }
</style>
border-color css

<style>
 span { border-color: #853AAA; }

 span { border-color: rgb(133,58,170); }

 td.TdClassName
 {
   border-color: #853AAA;
 }
 .TagClassName
 {
   border-color: #853AAA;
 }
</style>