#8055AC

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

Shades of Studio #8055AC

Tints of Studio #8055AC

Color information

#8055AC (or 0x8055AC) is unknown color: approx Studio. HEX triplet: 80, 55 and AC. RGB value is (128,85,172). Sum of RGB (Red+Green+Blue) = 128+85+172=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #8055AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8055AC is #7FAA53. Grayscale: #6B6B6B. Windows color (decimal): -8366676 or 11294080. OLE color: 11294080.

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

Color convert

RGB12885172-
CMYK0.260.5100.33
HSL269.66º34.39%50.39%-
HSV(B)269.66º50.58%67.45%-
XYZ19.614.0640.71-
YUV107.78164.25142.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=33.25%
G=22.08%
B=44.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128851720.260.5100.33269.6634.3950.39
Hex8055AC1A3302110e2232
Octal20012525432630414164262
Binary10000000101010110101100110101100110100001100001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8055AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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