#804FAA

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

Shades of Studio #804FAA

Tints of Studio #804FAA

Color information

#804FAA (or 0x804FAA) is unknown color: approx Studio. HEX triplet: 80, 4F and AA. RGB value is (128,79,170). Sum of RGB (Red+Green+Blue) = 128+79+170=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #804FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804FAA is #7FB055. Grayscale: #676767. Windows color (decimal): -8368214 or 11161472. OLE color: 11161472.

HSL color Cylindrical-coordinate representation of color #804FAA: hue angle of 272.31º 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 #804FAA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12879170-
CMYK0.250.5400.33
HSL272.31º36.55%48.82%-
HSV(B)272.31º53.53%66.67%-
XYZ18.9513.0839.56-
YUV104.02165.23145.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=33.95%
G=20.95%
B=45.09%

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
Decimal128791700.250.5400.33272.3136.5548.82
Hex804FAA19360211102531
Octal20011725231660414204561
Binary10000000100111110101010110011101100100001100010000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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