#805CAA

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

Shades of Studio #805CAA

Tints of Studio #805CAA

Color information

#805CAA (or 0x805CAA) is unknown color: approx Studio. HEX triplet: 80, 5C and AA. RGB value is (128,92,170). Sum of RGB (Red+Green+Blue) = 128+92+170=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #805CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CAA is #7FA355. Grayscale: #6F6F6F. Windows color (decimal): -8364886 or 11164800. OLE color: 11164800.

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

Color convert

RGB12892170-
CMYK0.250.4600.33
HSL267.69º31.45%51.37%-
HSV(B)267.69º45.88%66.67%-
XYZ19.9815.1539.9-
YUV111.66160.93139.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=32.82%
G=23.59%
B=43.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128921700.250.4600.33267.6931.4551.37
Hex805CAA192E02110c1f33
Octal20013425231560414143763
Binary1000000010111001010101011001101110010000110000110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,92,170); }

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

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

 a { background-color: rgb(128,92,170); }

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

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

 span { border-color: rgb(128,92,170); }

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