#805aa5

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

Shades of Studio #805AA5

Tints of Studio #805AA5

Color information

#805AA5 (or 0x805AA5) is unknown color: approx Studio. HEX triplet: 80, 5A and A5. RGB value is (128,90,165). Sum of RGB (Red+Green+Blue) = 128+90+165=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #805AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805AA5 is #7FA55A. Grayscale: #6D6D6D. Windows color (decimal): -8365403 or 10836608. OLE color: 10836608.

HSL color Cylindrical-coordinate representation of color #805AA5: hue angle of 270.4º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805AA5 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12890165-
CMYK0.220.4500.35
HSL270.4º29.41%50%-
HSV(B)270.4º45.45%64.71%-
XYZ19.3514.6237.4-
YUV109.91159.09140.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 165 (64.84% from 255) = 43.08%
R=33.42%
G=23.50%
B=43.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128901650.220.4500.35270.429.4150
Hex805AA5162D02310e1d32
Octal20013224526550434163562
Binary1000000010110101010010110110101101010001110000111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805aa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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