#824EAC

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

Shades of Studio #824EAC

Tints of Studio #824EAC

Color information

#824EAC (or 0x824EAC) is unknown color: approx Studio. HEX triplet: 82, 4E and AC. RGB value is (130,78,172). Sum of RGB (Red+Green+Blue) = 130+78+172=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #824EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824EAC is #7DB153. Grayscale: #676767. Windows color (decimal): -8237396 or 11292290. OLE color: 11292290.

HSL color Cylindrical-coordinate representation of color #824EAC: hue angle of 273.19º 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 #824EAC is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13078172-
CMYK0.240.5500.33
HSL273.19º37.6%49.02%-
HSV(B)273.19º54.65%67.45%-
XYZ19.3813.1740.55-
YUV104.26166.23146.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=34.21%
G=20.53%
B=45.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130781720.240.5500.33273.1937.649.02
Hex824EAC18370211112631
Octal20211625430670414214661
Binary10000010100111010101100110001101110100001100010001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824EAC; }

 p { color: rgb(130,78,172); }

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

<style>
 a { background-color: #824EAC; }

 a { background-color: rgb(130,78,172); }

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

<style>
 span { border-color: #824EAC; }

 span { border-color: rgb(130,78,172); }

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