#824AAE

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

Shades of Studio #824AAE

Tints of Studio #824AAE

Color information

#824AAE (or 0x824AAE) is unknown color: approx Studio. HEX triplet: 82, 4A and AE. RGB value is (130,74,174). Sum of RGB (Red+Green+Blue) = 130+74+174=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #824AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824AAE is #7DB551. Grayscale: #656565. Windows color (decimal): -8238418 or 11422338. OLE color: 11422338.

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

Color convert

RGB13074174-
CMYK0.250.5700.32
HSL273.6º40.32%48.63%-
HSV(B)273.6º57.47%68.24%-
XYZ19.2912.741.48-
YUV102.14168.55147.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=34.39%
G=19.58%
B=46.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130741740.250.5700.32273.640.3248.63
Hex824AAE19390201122831
Octal20211225631710404225061
Binary10000010100101010101110110011110010100000100010010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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