#8049AE

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

Shades of Studio #8049AE

Tints of Studio #8049AE

Color information

#8049AE (or 0x8049AE) is unknown color: approx Studio. HEX triplet: 80, 49 and AE. RGB value is (128,73,174). Sum of RGB (Red+Green+Blue) = 128+73+174=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #8049AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8049AE is #7FB651. Grayscale: #646464. Windows color (decimal): -8369746 or 11422080. OLE color: 11422080.

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

Color convert

RGB12873174-
CMYK0.260.5800.32
HSL272.67º40.89%48.43%-
HSV(B)272.67º58.05%68.24%-
XYZ18.9212.4141.44-
YUV100.96169.22147.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=34.13%
G=19.47%
B=46.4%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128731740.260.5800.32272.6740.8948.43
Hex8049AE1A3A0201112930
Octal20011125632720404215160
Binary10000000100100110101110110101110100100000100010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8049AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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