#805AAC

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

Shades of Studio #805AAC

Tints of Studio #805AAC

Color information

#805AAC (or 0x805AAC) is unknown color: approx Studio. HEX triplet: 80, 5A and AC. RGB value is (128,90,172). Sum of RGB (Red+Green+Blue) = 128+90+172=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #805AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805AAC is #7FA553. Grayscale: #6E6E6E. Windows color (decimal): -8365396 or 11295360. OLE color: 11295360.

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

Color convert

RGB12890172-
CMYK0.260.4800.33
HSL267.8º33.06%51.37%-
HSV(B)267.8º47.67%67.45%-
XYZ2014.8840.85-
YUV110.71162.59140.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=32.82%
G=23.08%
B=44.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128901720.260.4800.33267.833.0651.37
Hex805AAC1A3002110c2133
Octal20013225432600414144163
Binary10000000101101010101100110101100000100001100001100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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