#804CAC

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

Shades of Studio #804CAC

Tints of Studio #804CAC

Color information

#804CAC (or 0x804CAC) is unknown color: approx Studio. HEX triplet: 80, 4C and AC. RGB value is (128,76,172). Sum of RGB (Red+Green+Blue) = 128+76+172=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #804CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CAC is #7FB353. Grayscale: #666666. Windows color (decimal): -8368980 or 11291776. OLE color: 11291776.

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

Color convert

RGB12876172-
CMYK0.260.5600.33
HSL272.5º38.71%48.63%-
HSV(B)272.5º55.81%67.45%-
XYZ18.9312.7440.49-
YUV102.49167.23146.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=34.04%
G=20.21%
B=45.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128761720.260.5600.33272.538.7148.63
Hex804CAC1A380211102731
Octal20011425432700414204761
Binary10000000100110010101100110101110000100001100010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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