#8057AA

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

Shades of Studio #8057AA

Tints of Studio #8057AA

Color information

#8057AA (or 0x8057AA) is unknown color: approx Studio. HEX triplet: 80, 57 and AA. RGB value is (128,87,170). Sum of RGB (Red+Green+Blue) = 128+87+170=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #8057AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8057AA is #7FA855. Grayscale: #6C6C6C. Windows color (decimal): -8366166 or 11163520. OLE color: 11163520.

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

Color convert

RGB12887170-
CMYK0.250.4900.33
HSL269.64º32.81%50.39%-
HSV(B)269.64º48.82%66.67%-
XYZ19.5714.3139.76-
YUV108.72162.58141.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=33.25%
G=22.60%
B=44.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128871700.250.4900.33269.6432.8150.39
Hex8057AA193102110e2132
Octal20012725231610414164162
Binary10000000101011110101010110011100010100001100001110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8057AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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