#8448AE

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

Shades of Studio #8448AE

Tints of Studio #8448AE

Color information

#8448AE (or 0x8448AE) is unknown color: approx Studio. HEX triplet: 84, 48 and AE. RGB value is (132,72,174). Sum of RGB (Red+Green+Blue) = 132+72+174=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #8448AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8448AE is #7BB751. Grayscale: #656565. Windows color (decimal): -8107858 or 11421828. OLE color: 11421828.

HSL color Cylindrical-coordinate representation of color #8448AE: hue angle of 275.29º 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 #8448AE is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13272174-
CMYK0.240.5900.32
HSL275.29º41.46%48.24%-
HSV(B)275.29º58.62%68.24%-
XYZ19.4712.641.45-
YUV101.57168.88149.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=34.92%
G=19.05%
B=46.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132721740.240.5900.32275.2941.4648.24
Hex8448AE183B0201132930
Octal20411025630730404235160
Binary10000100100100010101110110001110110100000100010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8448AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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