#8048AE

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

Shades of Studio #8048AE

Tints of Studio #8048AE

Color information

#8048AE (or 0x8048AE) is unknown color: approx Studio. HEX triplet: 80, 48 and AE. RGB value is (128,72,174). Sum of RGB (Red+Green+Blue) = 128+72+174=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #8048AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8048AE is #7FB751. Grayscale: #646464. Windows color (decimal): -8370002 or 11421824. OLE color: 11421824.

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

Color convert

RGB12872174-
CMYK0.260.5900.32
HSL272.94º41.46%48.24%-
HSV(B)272.94º58.62%68.24%-
XYZ18.8612.2841.42-
YUV100.37169.55147.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.22%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=34.22%
G=19.25%
B=46.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128721740.260.5900.32272.9441.4648.24
Hex8048AE1A3B0201112930
Octal20011025632730404215160
Binary10000000100100010101110110101110110100000100010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8048AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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