#8053AC

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

Shades of Studio #8053AC

Tints of Studio #8053AC

Color information

#8053AC (or 0x8053AC) is unknown color: approx Studio. HEX triplet: 80, 53 and AC. RGB value is (128,83,172). Sum of RGB (Red+Green+Blue) = 128+83+172=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #8053AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8053AC is #7FAC53. Grayscale: #6A6A6A. Windows color (decimal): -8367188 or 11293568. OLE color: 11293568.

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

Color convert

RGB12883172-
CMYK0.260.5200.33
HSL270.34º34.9%50%-
HSV(B)270.34º51.74%67.45%-
XYZ19.4413.7540.66-
YUV106.6164.91143.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=33.42%
G=21.67%
B=44.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128831720.260.5200.33270.3434.950
Hex8053AC1A3402110e2332
Octal20012325432640414164362
Binary10000000101001110101100110101101000100001100001110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8053AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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