#824FAE

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

Shades of Studio #824FAE

Tints of Studio #824FAE

Color information

#824FAE (or 0x824FAE) is unknown color: approx Studio. HEX triplet: 82, 4F and AE. RGB value is (130,79,174). Sum of RGB (Red+Green+Blue) = 130+79+174=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #824FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FAE is #7DB051. Grayscale: #686868. Windows color (decimal): -8237138 or 11423618. OLE color: 11423618.

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

Color convert

RGB13079174-
CMYK0.250.5500.32
HSL272.21º37.55%49.61%-
HSV(B)272.21º54.6%68.24%-
XYZ19.6413.3941.59-
YUV105.08166.9145.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=33.94%
G=20.63%
B=45.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130791740.250.5500.32272.2137.5549.61
Hex824FAE19370201102632
Octal20211725631670404204662
Binary10000010100111110101110110011101110100000100010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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