#8057AE

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

Shades of Studio #8057AE

Tints of Studio #8057AE

Color information

#8057AE (or 0x8057AE) is unknown color: approx Studio. HEX triplet: 80, 57 and AE. RGB value is (128,87,174). Sum of RGB (Red+Green+Blue) = 128+87+174=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #8057AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8057AE is #7FA851. Grayscale: #6C6C6C. Windows color (decimal): -8366162 or 11425664. OLE color: 11425664.

HSL color Cylindrical-coordinate representation of color #8057AE: hue angle of 268.28º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8057AE is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12887174-
CMYK0.260.500.32
HSL268.28º34.94%51.18%-
HSV(B)268.28º50%68.24%-
XYZ19.9514.4641.78-
YUV109.18164.58141.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=32.90%
G=22.37%
B=44.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128871740.260.500.32268.2834.9451.18
Hex8057AE1A3202010c2333
Octal20012725632620404144363
Binary10000000101011110101110110101100100100000100001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8057AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8057AE; }

 p { color: rgb(128,87,174); }

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

<style>
 a { background-color: #8057AE; }

 a { background-color: rgb(128,87,174); }

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

<style>
 span { border-color: #8057AE; }

 span { border-color: rgb(128,87,174); }

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