#844AAA

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

Shades of Studio #844AAA

Tints of Studio #844AAA

Color information

#844AAA (or 0x844AAA) is unknown color: approx Studio. HEX triplet: 84, 4A and AA. RGB value is (132,74,170). Sum of RGB (Red+Green+Blue) = 132+74+170=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #844AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844AAA is #7BB555. Grayscale: #656565. Windows color (decimal): -8107350 or 11160196. OLE color: 11160196.

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

Color convert

RGB13274170-
CMYK0.220.5600.33
HSL276.25º39.34%47.84%-
HSV(B)276.25º56.47%66.67%-
XYZ19.2212.7139.47-
YUV102.29166.22149.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 74 (29.30% from 255) = 19.68%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=35.11%
G=19.68%
B=45.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132741700.220.5600.33276.2539.3447.84
Hex844AAA16380211142730
Octal20411225226700414244760
Binary10000100100101010101010101101110000100001100010100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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