#815AAC

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

Shades of Studio #815AAC

Tints of Studio #815AAC

Color information

#815AAC (or 0x815AAC) is unknown color: approx Studio. HEX triplet: 81, 5A and AC. RGB value is (129,90,172). Sum of RGB (Red+Green+Blue) = 129+90+172=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #815AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815AAC is #7EA553. Grayscale: #6E6E6E. Windows color (decimal): -8299860 or 11295361. OLE color: 11295361.

HSL color Cylindrical-coordinate representation of color #815AAC: hue angle of 268.54º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815AAC is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12990172-
CMYK0.250.4800.33
HSL268.54º33.06%51.37%-
HSV(B)268.54º47.67%67.45%-
XYZ20.1614.9640.85-
YUV111.01162.42140.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=32.99%
G=23.02%
B=43.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129901720.250.4800.33268.5433.0651.37
Hex815AAC193002110d2133
Octal20113225431600414154163
Binary10000001101101010101100110011100000100001100001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815AAC; }

 p { color: rgb(129,90,172); }

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

<style>
 a { background-color: #815AAC; }

 a { background-color: rgb(129,90,172); }

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

<style>
 span { border-color: #815AAC; }

 span { border-color: rgb(129,90,172); }

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