#845AAC

Color #845AAC Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #845AAC

Tints of Studio #845AAC

Color information

#845AAC (or 0x845AAC) is unknown color: approx Studio. HEX triplet: 84, 5A and AC. RGB value is (132,90,172). Sum of RGB (Red+Green+Blue) = 132+90+172=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #845AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845AAC is #7BA553. Grayscale: #6F6F6F. Windows color (decimal): -8103252 or 11295364. OLE color: 11295364.

HSL color Cylindrical-coordinate representation of color #845AAC: hue angle of 270.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #845AAC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13290172-
CMYK0.230.4800.33
HSL270.73º33.06%51.37%-
HSV(B)270.73º47.67%67.45%-
XYZ20.6215.240.88-
YUV111.91161.91142.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=33.50%
G=22.84%
B=43.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132901720.230.4800.33270.7333.0651.37
Hex845AAC173002110f2133
Octal20413225427600414174163
Binary10000100101101010101100101111100000100001100001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845AAC; }

 p { color: rgb(132,90,172); }

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

<style>
 a { background-color: #845AAC; }

 a { background-color: rgb(132,90,172); }

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

<style>
 span { border-color: #845AAC; }

 span { border-color: rgb(132,90,172); }

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