#8046AC

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

Shades of Studio #8046AC

Tints of Studio #8046AC

Color information

#8046AC (or 0x8046AC) is unknown color: approx Studio. HEX triplet: 80, 46 and AC. RGB value is (128,70,172). Sum of RGB (Red+Green+Blue) = 128+70+172=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #8046AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8046AC is #7FB953. Grayscale: #626262. Windows color (decimal): -8370516 or 11290240. OLE color: 11290240.

HSL color Cylindrical-coordinate representation of color #8046AC: hue angle of 274.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8046AC is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12870172-
CMYK0.260.5900.33
HSL274.12º42.15%47.45%-
HSV(B)274.12º59.3%67.45%-
XYZ18.5411.9540.36-
YUV98.97169.22148.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=34.59%
G=18.92%
B=46.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128701720.260.5900.33274.1242.1547.45
Hex8046AC1A3B0211122a2f
Octal20010625432730414225257
Binary10000000100011010101100110101110110100001100010010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8046AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8046AC; }

 p { color: rgb(128,70,172); }

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

<style>
 a { background-color: #8046AC; }

 a { background-color: rgb(128,70,172); }

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

<style>
 span { border-color: #8046AC; }

 span { border-color: rgb(128,70,172); }

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