#824CAE

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

Shades of Studio #824CAE

Tints of Studio #824CAE

Color information

#824CAE (or 0x824CAE) is unknown color: approx Studio. HEX triplet: 82, 4C and AE. RGB value is (130,76,174). Sum of RGB (Red+Green+Blue) = 130+76+174=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #824CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824CAE is #7DB351. Grayscale: #666666. Windows color (decimal): -8237906 or 11422850. OLE color: 11422850.

HSL color Cylindrical-coordinate representation of color #824CAE: hue angle of 273.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824CAE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13076174-
CMYK0.250.5600.32
HSL273.06º39.2%49.02%-
HSV(B)273.06º56.32%68.24%-
XYZ19.4312.9741.52-
YUV103.32167.89147.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=34.21%
G=20%
B=45.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130761740.250.5600.32273.0639.249.02
Hex824CAE19380201112731
Octal20211425631700404214761
Binary10000010100110010101110110011110000100000100010001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,76,174); }

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

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

 a { background-color: rgb(130,76,174); }

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

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

 span { border-color: rgb(130,76,174); }

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