#804EAA

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

Shades of Studio #804EAA

Tints of Studio #804EAA

Color information

#804EAA (or 0x804EAA) is unknown color: approx Studio. HEX triplet: 80, 4E and AA. RGB value is (128,78,170). Sum of RGB (Red+Green+Blue) = 128+78+170=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 78 (30.86% from 255 or 20.74% 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 #804EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804EAA is #7FB155. Grayscale: #676767. Windows color (decimal): -8368470 or 11161216. OLE color: 11161216.

HSL color Cylindrical-coordinate representation of color #804EAA: hue angle of 272.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804EAA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12878170-
CMYK0.250.5400.33
HSL272.61º37.1%48.63%-
HSV(B)272.61º54.12%66.67%-
XYZ18.8812.9439.53-
YUV103.44165.56145.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=34.04%
G=20.74%
B=45.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128781700.250.5400.33272.6137.148.63
Hex804EAA19360211112531
Octal20011625231660414214561
Binary10000000100111010101010110011101100100001100010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804EAA; }

 p { color: rgb(128,78,170); }

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

<style>
 a { background-color: #804EAA; }

 a { background-color: rgb(128,78,170); }

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

<style>
 span { border-color: #804EAA; }

 span { border-color: rgb(128,78,170); }

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