#804DAC

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

Shades of Studio #804DAC

Tints of Studio #804DAC

Color information

#804DAC (or 0x804DAC) is unknown color: approx Studio. HEX triplet: 80, 4D and AC. RGB value is (128,77,172). Sum of RGB (Red+Green+Blue) = 128+77+172=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #804DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804DAC is #7FB253. Grayscale: #666666. Windows color (decimal): -8368724 or 11292032. OLE color: 11292032.

HSL color Cylindrical-coordinate representation of color #804DAC: hue angle of 272.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804DAC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12877172-
CMYK0.260.5500.33
HSL272.21º38.15%48.82%-
HSV(B)272.21º55.23%67.45%-
XYZ1912.8840.51-
YUV103.08166.9145.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=33.95%
G=20.42%
B=45.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128771720.260.5500.33272.2138.1548.82
Hex804DAC1A370211102631
Octal20011525432670414204661
Binary10000000100110110101100110101101110100001100010000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804DAC; }

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

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

<style>
 a { background-color: #804DAC; }

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

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

<style>
 span { border-color: #804DAC; }

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

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