#805AAB

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

Shades of Studio #805AAB

Tints of Studio #805AAB

Color information

#805AAB (or 0x805AAB) is unknown color: approx Studio. HEX triplet: 80, 5A and AB. RGB value is (128,90,171). Sum of RGB (Red+Green+Blue) = 128+90+171=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #805AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805AAB is #7FA554. Grayscale: #6E6E6E. Windows color (decimal): -8365397 or 11229824. OLE color: 11229824.

HSL color Cylindrical-coordinate representation of color #805AAB: hue angle of 268.15º 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 #805AAB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12890171-
CMYK0.250.4700.33
HSL268.15º32.53%51.18%-
HSV(B)268.15º47.37%67.06%-
XYZ19.9114.8440.34-
YUV110.6162.09140.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=32.90%
G=23.14%
B=43.96%

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
Decimal128901710.250.4700.33268.1532.5351.18
Hex805AAB192F02110c2133
Octal20013225331570414144163
Binary10000000101101010101011110011011110100001100001100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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