#815AAB

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

Shades of Studio #815AAB

Tints of Studio #815AAB

Color information

#815AAB (or 0x815AAB) is unknown color: approx Studio. HEX triplet: 81, 5A and AB. RGB value is (129,90,171). Sum of RGB (Red+Green+Blue) = 129+90+171=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #815AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815AAB is #7EA554. Grayscale: #6E6E6E. Windows color (decimal): -8299861 or 11229825. OLE color: 11229825.

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

Color convert

RGB12990171-
CMYK0.250.4700.33
HSL268.89º32.53%51.18%-
HSV(B)268.89º47.37%67.06%-
XYZ20.0614.9240.35-
YUV110.9161.92140.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=33.08%
G=23.08%
B=43.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129901710.250.4700.33268.8932.5351.18
Hex815AAB192F02110d2133
Octal20113225331570414154163
Binary10000001101101010101011110011011110100001100001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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