#8050AC

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

Shades of Studio #8050AC

Tints of Studio #8050AC

Color information

#8050AC (or 0x8050AC) is unknown color: approx Studio. HEX triplet: 80, 50 and AC. RGB value is (128,80,172). Sum of RGB (Red+Green+Blue) = 128+80+172=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #8050AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8050AC is #7FAF53. Grayscale: #686868. Windows color (decimal): -8367956 or 11292800. OLE color: 11292800.

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

Color convert

RGB12880172-
CMYK0.260.5300.33
HSL271.3º36.51%49.41%-
HSV(B)271.3º53.49%67.45%-
XYZ19.2213.3140.59-
YUV104.84165.9144.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=33.68%
G=21.05%
B=45.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128801720.260.5300.33271.336.5149.41
Hex8050AC1A3502110f2531
Octal20012025432650414174561
Binary10000000101000010101100110101101010100001100001111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8050AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8050AC; }

 p { color: rgb(128,80,172); }

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

<style>
 a { background-color: #8050AC; }

 a { background-color: rgb(128,80,172); }

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

<style>
 span { border-color: #8050AC; }

 span { border-color: rgb(128,80,172); }

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