#8052AE

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

Shades of Studio #8052AE

Tints of Studio #8052AE

Color information

#8052AE (or 0x8052AE) is unknown color: approx Studio. HEX triplet: 80, 52 and AE. RGB value is (128,82,174). Sum of RGB (Red+Green+Blue) = 128+82+174=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #8052AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8052AE is #7FAD51. Grayscale: #696969. Windows color (decimal): -8367442 or 11424384. OLE color: 11424384.

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

Color convert

RGB12882174-
CMYK0.260.5300.32
HSL270º36.22%50.2%-
HSV(B)270º52.87%68.24%-
XYZ19.5613.6841.65-
YUV106.24166.24143.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=33.33%
G=21.35%
B=45.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128821740.260.5300.3227036.2250.2
Hex8052AE1A3502010e2432
Octal20012225632650404164462
Binary10000000101001010101110110101101010100000100001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8052AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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