#8042AE

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

Shades of Studio #8042AE

Tints of Studio #8042AE

Color information

#8042AE (or 0x8042AE) is unknown color: approx Studio. HEX triplet: 80, 42 and AE. RGB value is (128,66,174). Sum of RGB (Red+Green+Blue) = 128+66+174=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #8042AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042AE is #7FBD51. Grayscale: #606060. Windows color (decimal): -8371538 or 11420288. OLE color: 11420288.

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

Color convert

RGB12866174-
CMYK0.260.6200.32
HSL274.44º45%47.06%-
HSV(B)274.44º62.07%68.24%-
XYZ18.4911.5441.3-
YUV96.85171.54150.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=34.78%
G=17.93%
B=47.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128661740.260.6200.32274.444547.06
Hex8042AE1A3E0201122d2f
Octal20010225632760404225557
Binary10000000100001010101110110101111100100000100010010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8042AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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