#843FAA

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

Shades of Studio #843FAA

Tints of Studio #843FAA

Color information

#843FAA (or 0x843FAA) is unknown color: approx Studio. HEX triplet: 84, 3F and AA. RGB value is (132,63,170). Sum of RGB (Red+Green+Blue) = 132+63+170=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #843FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843FAA is #7BC055. Grayscale: #5F5F5F. Windows color (decimal): -8110166 or 11157380. OLE color: 11157380.

HSL color Cylindrical-coordinate representation of color #843FAA: hue angle of 278.69º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843FAA is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13263170-
CMYK0.220.6300.33
HSL278.69º45.92%45.69%-
HSV(B)278.69º62.94%66.67%-
XYZ18.5511.3639.25-
YUV95.83169.86153.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 63 (25% from 255) = 17.26%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=36.16%
G=17.26%
B=46.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132631700.220.6300.33278.6945.9245.69
Hex843FAA163F0211172e2e
Octal2047725226770414275656
Binary1000010011111110101010101101111110100001100010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843FAA; }

 p { color: rgb(132,63,170); }

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

<style>
 a { background-color: #843FAA; }

 a { background-color: rgb(132,63,170); }

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

<style>
 span { border-color: #843FAA; }

 span { border-color: rgb(132,63,170); }

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